报工表加质量状态 默认合格

yun-zuoyi
王杰 5 years ago
parent 1707f6b228
commit 175052ebcc

@ -135,4 +135,8 @@ public class IfProductOffLine extends BaseBean implements Serializable {
@Column(name = "WORK_ORDER_NO")
@ApiParam("生产工单号")
private String workOrderNo;
@Column(name = "QC_STATUS")
@ApiParam("质量状态")
private Integer qcStatus = 10;
}

Loading…
Cancel
Save