using XF.Domain.Repository; namespace Sharing.Province.XieTong { public interface IReceiveCaseInfoRepository : IRepository<ReceiveCaseInfo> { } }