Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-10-26 11:41:17 +08:00

View File

@@ -40,7 +40,9 @@ public enum DicDataTypeEnum {
STEADY_STATIS("稳态指标","Steady_Statis"), STEADY_STATIS("稳态指标","Steady_Statis"),
EVENT_STATIS("暂态指标","Event_Statis"), EVENT_STATIS("暂态指标","Event_Statis"),
MONITORING_LABELS("监测点标签","Monitoring_Labels"), MONITORING_LABELS("监测点标签","Monitoring_Labels"),
POLLUTION_STATIS("污区图统计类型","Pollution_Statis") POLLUTION_STATIS("污区图统计类型","Pollution_Statis"),
BENCHMARK_INDICATORS("基准水平评价指标","Benchmark_Indicator"),
LINE_SORT("监测点类别","Line_Sort")
; ;