| | |
| | | @HeadRowHeight(20) |
| | | @ColumnWidth(16) |
| | | @ContentRowHeight(18) |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/excel/WorkstationExcel.class */ |
| | | public class WorkstationExcel implements Serializable { |
| | | private static final long serialVersionUID = -8938927851683015090L; |
| | | @ExcelProperty({"工位编号"}) |
| | |
| | | @ExcelProperty({"工位类型:空、机器、人工"}) |
| | | private Integer type; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/excel/WorkstationExcel$WorkstationExcelBuilder.class */ |
| | | |
| | | public static class WorkstationExcelBuilder { |
| | | private String code; |
| | | private String name; |