ansteel-biz/src/main/java/com/iailab/module/ansteel/power/entity/PowerNetFactorEntity.java
@@ -36,6 +36,10 @@ */ private String nodeName; /** * 当前电流 */ private String curA; /** * 当前有功 */ private String curP; @@ -107,4 +111,14 @@ * 无功上限 */ private BigDecimal qLimitH; /** * 功率因数下限 */ private BigDecimal cosLimitL; /** * 功率因数上限 */ private BigDecimal cosLimitH; }