Merge remote-tracking branch 'origin/test' into test

yun-zuoyi
宋军超 5 years ago
commit cdd1f3eaba

@ -204,4 +204,10 @@ public class WmsDocFgDetail extends BaseBean {
public WmsDocFgDetail() {
}
public WmsDocFgDetail(String sn, String mfgLocNo, String partNo) {
this.sn = sn;
this.mfgLocNo = mfgLocNo;
this.partNo = partNo;
}
}

Loading…
Cancel
Save