unit单位初始化
This commit is contained in:
11
ZR.Service/mes/md/IService/IUnitService.cs
Normal file
11
ZR.Service/mes/md/IService/IUnitService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user