实体字段微调

This commit is contained in:
2024-11-13 16:22:57 +08:00
parent 53a4816272
commit 8e75433282

View File

@@ -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;
/**