11 lines
220 B
C#
11 lines
220 B
C#
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);
|
|
} |