| | |
| | | private Double grossArea; |
| | | @ExcelProperty("结算总面积") |
| | | private Double computeGrossArea; |
| | | @ExcelProperty("重量") |
| | | private Double weights; |
| | | @ExcelProperty("形状") |
| | | private String shape; |
| | | @ExcelProperty("磨边类型") |
| | |
| | | @ExcelProperty("单价") |
| | | private Double price; |
| | | @ExcelProperty("总金额") |
| | | private Long grossAmount; |
| | | private Double grossAmount; |
| | | @ExcelProperty("一级类别") |
| | | private String levelOne; |
| | | @ExcelProperty("二级类别") |
| | | private String levelTwo; |
| | | @ExcelProperty("总厚度") |
| | | private String totalThickness; |
| | | @ExcelProperty("客户简称") |
| | | private String customerAbbreviation; |
| | | @ExcelProperty("订单加工要求") |
| | | private String processingNotes; |
| | | } |