WMS相关文件添加,仅添加文件,可启动但未测试
This commit is contained in:
14
ZR.Model/MES/wms/POJO/query/WaveQuery.cs
Normal file
14
ZR.Model/MES/wms/POJO/query/WaveQuery.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace ZR.Model.MES.wms.POJO.query
|
||||
{
|
||||
public class WaveQuery
|
||||
{
|
||||
// @ApiModelProperty("波次号 精确匹配")
|
||||
private String waveNo;
|
||||
|
||||
// @ApiModelProperty("状态 精确匹配")
|
||||
private String status;
|
||||
|
||||
private int type;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user