|
|
@ -96,6 +96,10 @@ public class WmsLocate extends BaseBean {
|
|
|
|
@ApiParam(value = "零件数", example = "-1")
|
|
|
|
@ApiParam(value = "零件数", example = "-1")
|
|
|
|
private Double partQty;
|
|
|
|
private Double partQty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "ENCRYPTION_NO")
|
|
|
|
|
|
|
|
@ApiParam(value = "加密编码")
|
|
|
|
|
|
|
|
private String encryptionNo;
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getMaxPackageQty() {
|
|
|
|
public Integer getMaxPackageQty() {
|
|
|
|
return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue();
|
|
|
|
return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue();
|
|
|
|
}
|
|
|
|
}
|
|
|
|