|
|
@ -22,7 +22,7 @@ public class WorkstationImportExcelVo { |
|
|
|
|
|
|
|
@ExcelProperty(value = "类型", converter = DictConvert.class) |
|
|
|
@DictFormat(DictTypeConstants.WORK_STATION_TYPE) |
|
|
|
private String tupe; |
|
|
|
private String type; |
|
|
|
|
|
|
|
@ExcelProperty(value = "车间代码") |
|
|
|
private String workshopCode; |
|
|
|