解决冲突
parent
fd83bef49b
commit
bfc1d5ba2b
@ -0,0 +1,28 @@
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue