天津麦格纳看板BUG修复

yun-zuoyi
puxiao.liao 5 years ago
parent 510845c185
commit 71e70e9a94

@ -240,6 +240,18 @@ dataSrc ="cn.estsh.i3plus.pojo.wms.bean.WmsZones",
@ApiParam(value = "不等于库位类型")
private Integer notLocateType;
@Transient
@ApiParam(value = "总库位")
private Integer totalQty;
@Transient
@ApiParam(value = "已用库位")
private Integer usedQty;
@Transient
@ApiParam(value = "空库位")
private Integer emptyQty;
public WmsLocate() {
}

Loading…
Cancel
Save