合并test代码

yun-zuoyi
钮海涛 5 years ago
parent 8a2c7ae686
commit 48443a57de

@ -40,14 +40,17 @@ public class WmsAutoPurchasePartModel extends Pager {
private String vendorName; private String vendorName;
@ApiParam("要货时间") @ApiParam("要货时间")
private Integer arriveTime; private String arriveTime;
public WmsAutoPurchasePartModel(String partNo, String partName, Integer qty, String warehouse, Integer arriveTime) { private Integer preReceivingDay;
public WmsAutoPurchasePartModel(String partNo, String partName, Integer qty, String warehouse, Integer preReceivingDay) {
this.partNo = partNo; this.partNo = partNo;
this.partName = partName; this.partName = partName;
this.qty = qty; this.qty = qty;
this.erpWarehouse = warehouse; this.erpWarehouse = warehouse;
this.arriveTime = arriveTime; this.preReceivingDay = preReceivingDay;
} }
public WmsAutoPurchasePartModel() { public WmsAutoPurchasePartModel() {

Loading…
Cancel
Save