|
@@ -15,7 +15,7 @@ public class SupplierCapacityVo1 {
|
|
|
private BigDecimal iQuantity;//统计数量
|
|
|
@Excel(name = "累计入库数量", width = 30,type = 4,numFormat = "#.##")
|
|
|
private BigDecimal iReceivedQTY;//累计入库数量
|
|
|
- @Excel(name = "计划到货月份", width = 15)
|
|
|
+ @Excel(name = "预约发货月份", width = 15)
|
|
|
private String dArriveDate;//计划到货月份
|
|
|
@Excel(name = "工时(分)", width = 15,type = 4,numFormat = "#.##")
|
|
|
private BigDecimal coefficient;//能耗
|