| | |
| | | private String operateType; |
| | | @ExcelProperty("数量") |
| | | private Integer quantity; |
| | | @ExcelProperty("单价") |
| | | private Double price; |
| | | @ExcelProperty("产品Id") |
| | | private Integer productId; |
| | | @ExcelProperty("产品") |
| | |
| | | private Double width; |
| | | @ExcelProperty("高") |
| | | private Double height; |
| | | @ExcelProperty("面积") |
| | | private Double area; |
| | | @ExcelProperty("金额") |
| | | private Double money; |
| | | @ExcelProperty("项目名称") |
| | | private String project; |
| | | @ExcelProperty("客户名称") |
| | | private String customerName; |
| | | @ExcelProperty("调拨销售单号") |
| | | private String staterOperationOrderNumber; |
| | | @ExcelProperty("调拨序号") |