using System.Collections.Generic; using ZR.Model.mes.md; using ZR.Model.mes.md.DTO; namespace ZR.Service.mes.md.IService; public interface IUnitService { public UnitPageDTO GetList(int pageNum, int pageSize); }