鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
7 天以前 145f3c2fa994f7fdc37248fa0e2222a14ac5c7d9
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;
}