| | |
| | | @ExcelProperty(value = "卷号") |
| | | private String model=""; |
| | | @ExcelProperty(value = "长度") |
| | | private String price=""; |
| | | private Double price; |
| | | @ExcelProperty(value = "净重") |
| | | private String weight=""; |
| | | private Double weight; |
| | | @ExcelProperty(value = "毛重") |
| | | private String volume=""; |
| | | private Double volume; |
| | | @ExcelProperty(value = "接头") |
| | | private String specs; |
| | | @ExcelProperty(value = "备注") |
| | | private String memo=""; |
| | | |
| | | public OrderGiftProofreadingVo() { |
| | | } |
| | | |
| | | public OrderGiftProofreadingVo(String orderNo, String matnr, String batch, String model, String price, String weight, String volume, String memo) { |
| | | public OrderGiftProofreadingVo(String orderNo, String matnr, String batch, String model, Double price, Double weight, Double volume, String memo) { |
| | | this.orderNo = orderNo; |
| | | this.matnr = matnr; |
| | | this.batch = batch; |