天津麦格纳多级BOM

yun-zuoyi
puxiao.liao 5 years ago
parent 37c95dc6b3
commit 87611856dd

@ -173,6 +173,10 @@ public class WmsPartExtend extends BaseBean {
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
private String lastQcTime;
@Column(name = "CYCLE_IQC")
@ApiParam(value = "周期内免检", example = "1")
private Integer cycleIqc;
public Integer getQcPassCount() {
return this.qcPassCount == null ? 0 :this.qcPassCount.intValue();
}

Loading…
Cancel
Save