|
|
|
@ -86,6 +86,10 @@ public class MesPackage extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("工作中心代码")
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "WORK_CELL_CODE")
|
|
|
|
|
@ApiParam("工作单元代码")
|
|
|
|
|
private String workCellCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "MEMO")
|
|
|
|
|
@ApiParam("备注")
|
|
|
|
|
private String memo;
|
|
|
|
|