Commit 401f2d3e authored by KeYong's avatar KeYong

更新枚举

parent cde5f4c0
...@@ -18,10 +18,7 @@ public enum EmergencyLevelEum { ...@@ -18,10 +18,7 @@ public enum EmergencyLevelEum {
JJ("1", "紧急"), JJ("1", "紧急"),
YZ("2", "严重"), YZ("2", "严重"),
QW("3", "轻微"), QW("3", "轻微"),
ZC("4", "正常"), ZC("4", "正常");
WX("5", "无效"),
BY("6", "备用"),
QT("7", "其他");
private String code; private String code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment