【任务:1193接口物料拆解增加工位字段】

yun-zuoyi
jokelone 6 years ago
parent b15c3f4ae7
commit 4cec8e8ac8

@ -37,6 +37,10 @@ public class IfDismantleRecord extends BaseBean {
@ApiParam("产线")
private String workCenterCode;
@Column(name = "WORK_CELL_CODE")
@ApiParam("工位")
private String workCellCode;
@Column(name = "PARENT_PART_NO")
@ApiParam("产品物料编码")
private String parentPartNo;

Loading…
Cancel
Save