WMS相关文件添加,仅添加文件,可启动但未测试
This commit is contained in:
18
ZR.Model/MES/wms/POJO/query/RackQuery.cs
Normal file
18
ZR.Model/MES/wms/POJO/query/RackQuery.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace ZR.Model.MES.wms.POJO.query
|
||||
{
|
||||
public class RackQuery
|
||||
{
|
||||
// @ApiModelProperty("货架编号 精确匹配")
|
||||
private String rackNo;
|
||||
|
||||
// @ApiModelProperty("货架名称 精确匹配")
|
||||
private String rackNameLike;
|
||||
|
||||
// @ApiModelProperty("所属货区 精确匹配")
|
||||
private long areaId;
|
||||
|
||||
// @ApiModelProperty("所属仓库 精确匹配")
|
||||
private long warehouseId;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user