yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/excel/WorkstationExcel.java
@@ -10,7 +10,6 @@
@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({"工位编号"})
@@ -35,7 +34,7 @@
    @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;