ansteel-biz/src/main/java/com/iailab/module/ansteel/power/entity/PowerNetFactorEntity.java
@@ -28,6 +28,10 @@ */ private String groupName; /** * 节点编号 */ private String nodeCode; /** * 节点名称 */ private String nodeName; @@ -83,4 +87,24 @@ * 排序 */ private Integer sort; /** * 有功下限 */ private BigDecimal pLimitL; /** * 有功上限 */ private BigDecimal pLimitH; /** * 无功下限 */ private BigDecimal qLimitL; /** * 无功上限 */ private BigDecimal qLimitH; }