报告模板配置

This commit is contained in:
hanyong
2022-10-31 09:25:20 +08:00
parent 4fe7be8960
commit cc0c1becd5

View File

@@ -49,7 +49,10 @@ public enum DicDataEnum {
TOTAL_INDICATORS("总暂态指标", "Total_Indicators"), TOTAL_INDICATORS("总暂态指标", "Total_Indicators"),
VOLTAGE_DIP("电压暂降", "Voltage_Dip"), VOLTAGE_DIP("电压暂降", "Voltage_Dip"),
VOLTAGE_RISE("电压暂升", "Voltage_Rise"), VOLTAGE_RISE("电压暂升", "Voltage_Rise"),
SHORT_INTERRUPTIONS("短时中断", "Short_Interruptions"); SHORT_INTERRUPTIONS("短时中断", "Short_Interruptions"),
MAINNET_POINT("主网测点","Mainnet_Point"),
DISTRIBUTION_POINT("配网测点","Distribution_Point");
private final String name; private final String name;