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

yun-zuoyi
puxiao.liao 4 years ago
commit 4eef481c90

@ -138,4 +138,14 @@ public class WmsTaskInfo extends BaseBean {
this.custNo = custNo; this.custNo = custNo;
this.vendorNo = vendorNo; this.vendorNo = vendorNo;
} }
public WmsTaskInfo(String orderNo, Integer taskStatus, String transTypeCode, String createUser, String createDatetime, String organizeCode, String userNo) {
this.orderNo = orderNo;
this.taskStatus = taskStatus;
this.transTypeCode = transTypeCode;
this.createUser = createUser;
this.createDatetime = createDatetime;
this.organizeCode = organizeCode;
this.userNo = userNo;
}
} }

Loading…
Cancel
Save