|
|
@ -56,6 +56,10 @@ public class WmsLocatePart extends BaseBean{
|
|
|
|
@ApiParam(value = "是否生成领料单", example = "2")
|
|
|
|
@ApiParam(value = "是否生成领料单", example = "2")
|
|
|
|
private Integer isGeneratePicklist;
|
|
|
|
private Integer isGeneratePicklist;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Double getMix() {
|
|
|
|
|
|
|
|
return this.min == null ? 0 : this.min;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getIsGeneratePicklist() {
|
|
|
|
public Integer getIsGeneratePicklist() {
|
|
|
|
return this.isGeneratePicklist == null ? 0 : this.isGeneratePicklist;
|
|
|
|
return this.isGeneratePicklist == null ? 0 : this.isGeneratePicklist;
|
|
|
|
}
|
|
|
|
}
|
|
|
|