【#1241 KT-收货看板-增加道口】

yun-zuoyi
E 6 years ago
parent 402b09e82e
commit 831daa4964

@ -159,6 +159,10 @@ public class WmsPOMaster extends BaseBean {
@Transient @Transient
private List<String> orderNoList; private List<String> orderNoList;
@Column(name = "DOCK")
@ApiParam("道口")
public String dock;
public int getPoStatusVal() { public int getPoStatusVal() {
return this.poStatus == null ? 0 : this.poStatus; return this.poStatus == null ? 0 : this.poStatus;
} }

Loading…
Cancel
Save