实体调整
parent
380f16943f
commit
3faba3bbc2
@ -1,28 +0,0 @@
|
||||
package cn.estsh.i3plus.pojo.model.wms;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description : 流程管家模型
|
||||
* @Reference :
|
||||
* @Author : silliter.yuan
|
||||
* @CreateDate : 2018-11-28 15:50
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class ActionButlerModel {
|
||||
|
||||
private String orderNo;
|
||||
|
||||
private String sn;
|
||||
|
||||
private String aLId;
|
||||
|
||||
private String userNo;
|
||||
|
||||
private String fixNo;
|
||||
|
||||
private String barCode;
|
||||
|
||||
private String funCallName;
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package cn.estsh.i3plus.pojo.model.wms;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description : 库存移动单模型
|
||||
* @Reference :
|
||||
* @Author : siliter.yuan
|
||||
* @CreateDate : 2019-03-06 15:50
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class WmsMoveInfoModel {
|
||||
|
||||
}
|
Loading…
Reference in New Issue