角色关联资源
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user