| | |
| | | private String project; |
| | | @ExcelProperty("数量") |
| | | private Integer quantity; |
| | | @ExcelProperty("单价") |
| | | private Double price; |
| | | @ExcelProperty("面积") |
| | | private Double area; |
| | | @ExcelProperty("其他金额") |
| | | private Double otherMoney; |
| | | @ExcelProperty("运费金额") |
| | | private Double freight; |
| | | @ExcelProperty("运费单价") |
| | | private Double freightPrice; |
| | | @ExcelProperty("运费数量") |
| | | private Double freightQuantity; |
| | | @ExcelProperty("金额") |
| | | private Double money; |
| | | @ExcelProperty("客户编号") |
| | |
| | | private String orderId; |
| | | @ExcelProperty("订单序号") |
| | | private Integer orderNumber; |
| | | @ExcelProperty("楼层编号") |
| | | private String buildingNumber; |
| | | @ExcelProperty("箱号") |
| | | private String boxNo; |
| | | @ExcelProperty("批次") |
| | | private String batch; |
| | | @ExcelProperty("宽") |
| | | private Double width; |
| | | @ExcelProperty("高") |
| | | private Double height; |
| | | @ExcelProperty("备注") |
| | | private String deliveryDetailRemakes; |
| | | @ExcelProperty("报表日期") |
| | |
| | | |
| | | |
| | | |
| | | |
| | | } |