namespace Link.IService { /// /// 短链访问记录接口类 /// public interface ILkAccessHistoryService : CommonUtil.IDbSet { } }