修改取值为空时的问题

yun-zuoyi
jiajack 6 years ago
parent 1ee48f4ef8
commit 681ca7eebe

@ -151,6 +151,9 @@ public class WmsPart extends BaseBean {
@ApiParam("库存水平")
private String stockLevelStatus;
public int getIqcValue(){
return this.iqc == null ? 0 : this.iqc.intValue();
}
public WmsPart() {
}

Loading…
Cancel
Save