盘点pc端

yun-zuoyi
jimmy 6 years ago
parent 6755e5ade3
commit f04cb00994

@ -103,6 +103,10 @@ public class WmsCSOrderDetails extends BaseBean {
@ApiParam(value = "剩余数量", example = "1")
public Double surplusQty;
@Transient
@ApiParam("目标库位编号")
public String descLocateNo;
public Double getQty() {
return this.qty == null ? 0 : this.qty;
}

Loading…
Cancel
Save