Commit 02fa5621 authored by tianyiming's avatar tianyiming

修改bug

parent 3689cffd
...@@ -16,9 +16,9 @@ public enum DataQualityScoreEnum { ...@@ -16,9 +16,9 @@ public enum DataQualityScoreEnum {
* *设备等级 * *设备等级
*/ */
I("I级", "3"), I("级", "3"),
II("II级", "2"), II("级", "2"),
III("III级", "1"), III("级", "1"),
; ;
private String name; private String name;
......
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