|
|
|
@ -51,4 +51,8 @@ public class WmsLocatePart extends BaseBean{
|
|
|
|
|
@Column(name = "MIN")
|
|
|
|
|
@ApiParam(value = "最小值", example = "0")
|
|
|
|
|
private Double min;
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_GENERATE_PICKLIST")
|
|
|
|
|
@ApiParam(value = "是否生成领料单", example = "2")
|
|
|
|
|
private Integer isGeneratePicklist;
|
|
|
|
|
}
|
|
|
|
|