|
|
|
@ -28,7 +28,7 @@ public class WmsAutoPurchasePartModel extends Pager {
|
|
|
|
|
private String unit;
|
|
|
|
|
|
|
|
|
|
@ApiParam("物料数量")
|
|
|
|
|
private Integer qty;
|
|
|
|
|
private Double qty;
|
|
|
|
|
|
|
|
|
|
@ApiParam("Erp库存地")
|
|
|
|
|
private String erpWarehouse;
|
|
|
|
@ -44,8 +44,7 @@ public class WmsAutoPurchasePartModel extends Pager {
|
|
|
|
|
|
|
|
|
|
private Integer preReceivingDay;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsAutoPurchasePartModel(String partNo, String partName, Integer qty, String warehouse, Integer preReceivingDay) {
|
|
|
|
|
public WmsAutoPurchasePartModel(String partNo, String partName, Double qty, String warehouse, Integer preReceivingDay) {
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.partName = partName;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|