diff --git a/system/src/main/java/com/njcn/gather/system/dictionary/pojo/vo/DictTypeExcel.java b/system/src/main/java/com/njcn/gather/system/dictionary/pojo/vo/DictTypeExcel.java index 7e661938..1cffd12c 100644 --- a/system/src/main/java/com/njcn/gather/system/dictionary/pojo/vo/DictTypeExcel.java +++ b/system/src/main/java/com/njcn/gather/system/dictionary/pojo/vo/DictTypeExcel.java @@ -42,13 +42,13 @@ public class DictTypeExcel implements Serializable { /** * 开启等级:0-不开启;1-开启,默认不开启 */ - @Excel(name = "开启等级", width = 15, replace = {"0", "不开启", "1", "开启"}) + @Excel(name = "开启等级", width = 15, replace = {"开启_1", "不开启_0"}) private Integer openLevel; /** * 开启描述:0-不开启;1-开启,默认不开启 */ - @Excel(name = "开启描述", width = 15, replace = {"0", "不开启", "1", "开启"}) + @Excel(name = "开启描述", width = 15, replace = {"开启_1", "不开启_0"}) private Integer openDescribe; /**