| | |
| | | private String width; |
| | | @ExcelProperty("高") |
| | | private String height; |
| | | @ExcelProperty("形状") |
| | | private String shape; |
| | | @ExcelProperty("厚度") |
| | | private String thickness; |
| | | // @ExcelProperty("形状") |
| | | // private String shape; |
| | | // @ExcelProperty("厚度") |
| | | // private String thickness; |
| | | @ExcelProperty("磨边类型") |
| | | private String edgingType; |
| | | @ExcelProperty("完工数量") |
| | |
| | | private String productName; |
| | | @ExcelProperty("编号") |
| | | private String code; |
| | | @ExcelProperty("审核人") |
| | | private String reviewed; |
| | | @ExcelProperty("审核时间") |
| | | private String examineTime; |
| | | @ExcelProperty("在制品名称") |
| | | private String workProcessName; |
| | | } |