添加枚举
This commit is contained in:
@@ -25,7 +25,6 @@ public enum DicDataEnum {
|
||||
JXBDY_ENUM("间谐波电压", "JXBDY"),
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 监测点类型
|
||||
*/
|
||||
@@ -52,7 +51,13 @@ public enum DicDataEnum {
|
||||
SHORT_INTERRUPTIONS("短时中断", "Short_Interruptions"),
|
||||
|
||||
MAINNET_POINT("主网测点", "Mainnet_Point"),
|
||||
DISTRIBUTION_POINT("配网测点","Distribution_Point");
|
||||
DISTRIBUTION_POINT("配网测点", "Distribution_Point"),
|
||||
|
||||
RATE_0_25("0-25","Rate_0_25"),
|
||||
RATE_25_50("25-50","Rate_25_50"),
|
||||
RATE_50_75("50-75","Rate_50_75"),
|
||||
RATE_75_100("75-100","Rate_75_100"),
|
||||
RATE_100("100","Rate_100");
|
||||
|
||||
private final String name;
|
||||
|
||||
|
||||
@@ -43,7 +43,8 @@ public enum DicDataTypeEnum {
|
||||
POLLUTION_STATIS("污区图统计类型","Pollution_Statis"),
|
||||
BENCHMARK_INDICATORS("基准水平评价指标","Benchmark_Indicator"),
|
||||
LINE_SORT("监测点类别","Line_Sort"),
|
||||
DATA_TYPE("数据类型","Data_Type")
|
||||
DATA_TYPE("数据类型","Data_Type"),
|
||||
PERMEABILITY_TYPE("分布式光伏台区渗透率水平","Permeability_Type")
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user