From 8e7543328229a5d7decea6ab31602f4f67d8e871 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Wed, 13 Nov 2024 16:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E5=AD=97=E6=AE=B5=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/gather/system/dictionary/pojo/vo/DictTypeExcel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; /**