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