src/main/java/org/springblade/modules/yw/excel/EmergencySuppliesExcel.java
@@ -35,8 +35,9 @@ private String name; @ColumnWidth(20) @ExcelProperty(value = "应急物资类型",converter = ExcelDictConverter.class) @ExcelDictItemLabel(type = "eme_sup_type") @ExcelProperty(value = "应急物资类型") // @ExcelProperty(value = "应急物资类型",converter = ExcelDictConverter.class) // @ExcelDictItemLabel(type = "eme_sup_type") private String type; /** * 数量 @@ -53,8 +54,8 @@ /** * 数量 */ @ExcelProperty("数量*") private String number; @ExcelProperty("数量") private String num; /** * 单位 */