修改报错

yun-zuoyi
袁津哲 5 years ago
parent 486e655394
commit 4b09d9fa8d

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

Loading…
Cancel
Save