角色关联资源

This commit is contained in:
caozehui
2024-11-14 11:19:06 +08:00
parent 8e75433282
commit 2701816ebe
31 changed files with 1044 additions and 210 deletions

View File

@@ -47,7 +47,7 @@ public class DictDataExcel implements Serializable {
/**
* 事件等级0-普通1-中等2-严重(默认为0)
*/
@Excel(name = "事件等级", width = 15, replace = {"0", "普通", "1", "中等", "2", "严重"})
@Excel(name = "事件等级", width = 15, replace = {"普通_0", "中等_1", "严重_2"})
private Integer level;
/**