using XF.Domain.Repository; namespace Hotline.Settings { public interface ISystemDataTableRepository: IRepository<SystemDataTable> { } }