using YiSha.Business.Cache.IService; using YiSha.Entity.SystemManage; namespace YiSha.Business.Cache.IBusiness { public interface IAreaCacheBusiness : IBaseBusinessCacheService<AreaEntity> { } }