| | |
| | | private String productName; |
| | | @ExcelProperty("订单序号") |
| | | private Integer orderNumber; |
| | | @ExcelProperty("楼层编号") |
| | | private String buildingNumber; |
| | | @ExcelProperty("宽") |
| | | private Double width; |
| | | @ExcelProperty("高") |
| | |
| | | private Double grossArea; |
| | | @ExcelProperty("结算总面积") |
| | | private Double computeGrossArea; |
| | | @ExcelProperty("重量") |
| | | private Double weights; |
| | | @ExcelProperty("形状") |
| | | private String shape; |
| | | @ExcelProperty("磨边类型") |
| | |
| | | private String totalThickness; |
| | | @ExcelProperty("客户简称") |
| | | private String customerAbbreviation; |
| | | @ExcelProperty("订单加工要求") |
| | | private String processingNotes; |
| | | } |