using XF.Domain.Repository; namespace Sharing.Province.Other { public interface IWaitingPushDataRepository : IRepository<WaitingPushData> { } }