namespace YBEE.EQM.Application { public interface ISysDictDataService { Task> GetListByDictTypeId(int dictTypeId); Task> GetAllList(); } }