|
|
|
@ -115,9 +115,9 @@ public class WmsCSOrderMaster extends BaseBean {
|
|
|
|
|
@Column(name = "is_obvious")
|
|
|
|
|
private Integer isObvious;
|
|
|
|
|
|
|
|
|
|
// @ApiParam(value = "允许盘入的库位")
|
|
|
|
|
// @Column(name = "ALLOW_LOCATES")
|
|
|
|
|
// private String allowLocates;
|
|
|
|
|
@ApiParam(value = "允许盘入的库位")
|
|
|
|
|
@Column(name = "ALLOW_LOCATES")
|
|
|
|
|
private String allowLocates;
|
|
|
|
|
public Integer getIsInventoryVal() {
|
|
|
|
|
return this.isInventory == null ? 0 : this.isInventory.intValue();
|
|
|
|
|
}
|
|
|
|
|