南非收货提交后,需送检的零件后需要有送检的提示

yun-zuoyi
李俊生 4 years ago
parent 85dd71b1ca
commit adb48ef07f

@ -186,4 +186,8 @@ public class WmsPartExtend extends BaseBean {
public Integer getQcPassCount() { public Integer getQcPassCount() {
return this.qcPassCount == null ? 0 :this.qcPassCount.intValue(); return this.qcPassCount == null ? 0 :this.qcPassCount.intValue();
} }
public Integer getQcSkipCycle() {
return this.qcSkipCycle == null ? 0 :this.qcSkipCycle.intValue();
}
} }

Loading…
Cancel
Save