Merge remote-tracking branch 'origin/master'
# Conflicts: # modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysUserInfo.javayun-zuoyi
commit
838f500156
@ -0,0 +1,45 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.model.wms;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description : 抽点接收数据model
|
||||||
|
* @Reference :
|
||||||
|
* @Author : amy
|
||||||
|
* @CreateDate : 2018-12-04 10:31
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
public class CheckPointModel {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 单据类型
|
||||||
|
*/
|
||||||
|
private String orderType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*条码类型
|
||||||
|
*/
|
||||||
|
private String snType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*条码
|
||||||
|
*/
|
||||||
|
private String sn;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*订单号
|
||||||
|
*/
|
||||||
|
private String orderNo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*工厂代码
|
||||||
|
*/
|
||||||
|
private String organizeCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*实际抽点数量【从前端输入获取】
|
||||||
|
*/
|
||||||
|
private Double actQty;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue