Commit f62ce0b9 authored by chenhao's avatar chenhao

删除多余的枚举值,bug:5065

parent fab15caa
...@@ -12,7 +12,8 @@ public enum DangerCheckTypeLevelEnum { ...@@ -12,7 +12,8 @@ public enum DangerCheckTypeLevelEnum {
DEPARTMENT("单位级", "1", "department"), DEPARTMENT("单位级", "1", "department"),
COMPANY("公司级", "2", "company"), COMPANY("公司级", "2", "company"),
EXTERNAL("外部消防单位", "3", "external"), EXTERNAL("外部消防单位", "3", "external"),
OTHER("其他", "4", "external"); /* OTHER("其他", "4", "external") */
;
/** /**
* 名称,描述 * 名称,描述
......
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