条码模型
parent
3cc1997ae2
commit
81d86d1bd2
@ -1,11 +1,10 @@
|
|||||||
package cn.estsh.i3plus.pojo.model.wms;
|
package cn.estsh.i3plus.pojo.wms.bean.iotio;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class wmsCSOrderDetailsModel implements Serializable {
|
public class WmsCSOrderDetailsModel implements Serializable {
|
||||||
|
|
||||||
|
|
||||||
/******
|
/******
|
Loading…
Reference in New Issue