|
|
|
@ -55,4 +55,8 @@ public class WmsLocatePart extends BaseBean{
|
|
|
|
|
@Column(name = "IS_GENERATE_PICKLIST")
|
|
|
|
|
@ApiParam(value = "是否生成领料单", example = "2")
|
|
|
|
|
private Integer isGeneratePicklist;
|
|
|
|
|
|
|
|
|
|
public Integer getIsGeneratePicklist() {
|
|
|
|
|
return this.isGeneratePicklist == null ? 0 : this.isGeneratePicklist;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|