WMS相关文件添加,仅添加文件,可启动但未测试
This commit is contained in:
11
ZR.Model/MES/wms/POJO/DTO/Pageable.cs
Normal file
11
ZR.Model/MES/wms/POJO/DTO/Pageable.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ZR.Model.MES.wms.POJO.DTO
|
||||
{
|
||||
public class Pageable
|
||||
{
|
||||
// 分页 页码
|
||||
public int pageNum { get; set; }
|
||||
|
||||
// 分页 每一页大小
|
||||
public int pageSize { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user