| | |
| | | private String responsibleProcess; |
| | | @ExcelProperty("责任班组") |
| | | private String responsibleTeam; |
| | | @ExcelProperty("责任信息") |
| | | private String responsiblePersonnel; |
| | | @ExcelProperty("报工工序") |
| | | private String thisProcess; |
| | | @ExcelProperty("次破类型") |
| | | private String breakageType; |
| | | @ExcelProperty("次破原因") |
| | | private String breakageReason; |
| | | @ExcelProperty("宽") |
| | | private Double childWidth; |
| | | @ExcelProperty("高") |
| | | private Double childHeight; |
| | | @ExcelProperty("厚度") |
| | | private String thickness; |
| | | @ExcelProperty("次破数量") |
| | | private Integer breakageQuantity; |
| | | @ExcelProperty("次破面积") |
| | |
| | | private String project; |
| | | @ExcelProperty("销售单号") |
| | | private String orderId; |
| | | @ExcelProperty("流程卡号") |
| | | private String processId; |
| | | @ExcelProperty("单片名称") |
| | | private String glassChild; |
| | | @ExcelProperty("编号") |
| | | private String code; |
| | | @ExcelProperty("创建人") |
| | | private String creator; |
| | | @ExcelProperty("报工编号") |
| | | private String reportingWorkId; |
| | | |
| | | } |