namespace Link.IService { /// /// 短链接口类 /// public interface ILkLinkService : CommonUtil.IDbSet { } }