bug `7626` 开线管控-数据存入数据库错误
parent
089a753be6
commit
4918707fc8
@ -0,0 +1,25 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Wynne.Lu
|
||||||
|
* @date 2020/3/3 13:14
|
||||||
|
* @desc
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class CellFeedModel {
|
||||||
|
|
||||||
|
private String workCenterCode;
|
||||||
|
|
||||||
|
private String workCellCode;
|
||||||
|
|
||||||
|
private String color;
|
||||||
|
|
||||||
|
private String partNo;
|
||||||
|
|
||||||
|
private String itemPartNo;
|
||||||
|
|
||||||
|
private String qty;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue