|
@@ -23,15 +23,12 @@ public class MaterialStatisticsListVo {
|
|
|
private String enginClassification;
|
|
|
@ExcelProperty(value = "工程类型")
|
|
|
private String enginType;
|
|
|
- @ExcelProperty(value = "工程步骤")
|
|
|
private String nodeType;
|
|
|
- @ExcelProperty(value = "材质")
|
|
|
private String materialQuality;
|
|
|
|
|
|
/**
|
|
|
* 预估规格
|
|
|
*/
|
|
|
- @ExcelProperty(value = "规格用料")
|
|
|
private String estimatedSpecifications;
|
|
|
|
|
|
/**
|
|
@@ -42,13 +39,13 @@ public class MaterialStatisticsListVo {
|
|
|
/**
|
|
|
* 实际材质
|
|
|
*/
|
|
|
-// @ExcelProperty(value = "材质")
|
|
|
+ @ExcelProperty(value = "材质")
|
|
|
private String realityQuality;
|
|
|
|
|
|
/**
|
|
|
* 实际规格
|
|
|
*/
|
|
|
-// @ExcelProperty(value = "规格")
|
|
|
+ @ExcelProperty(value = "规格")
|
|
|
private String realitySpecifications;
|
|
|
|
|
|
/**
|