电表类别-枚举

This commit is contained in:
2025-07-05 23:24:46 +08:00
parent 6a5504434d
commit 733afa99bd

View File

@ -8,7 +8,7 @@ package com.xzzn.common.enums;
public enum AmmeterCategory
{
CURRENT_COMB_ACTIVE("1", "当前组合有功电能"),
CURRENT_COMB_REACTIVE("2", "当前组合无功"),
CURRENT_COMB_REACTIVE("2", "当前组合无功电能"),
A_POWER("3", "A相功率"),
B_POWER("4", "B相功率"),
C_POWER("5", "C相功率");