wjc
2025-04-15 cdf49871675e42a5576f725a93eec7ca15294c6f
sdk/src/main/java/com/hdl/sdk/link/core/bean/gateway/GatewayBean.java
@@ -54,9 +54,15 @@
     */
    private String access_mode;
    /**
     * 是否主网关 true false
     * 是否主网关 true false,用于link网驱动
     */
    private String master;
    /**
     * 是否主网关 true false 用于光伏驱动
     */
    private boolean ogMaster;//离网逆变器才返回
    /**
     * 是否加密
     */
@@ -82,8 +88,7 @@
    private String sid;
    private String spk = "energy.hdl_inverter";
    private String spk = "";
    private String systemStatusDesc;//云端-状态
@@ -113,9 +118,17 @@
     */
    private List<String> uids = new ArrayList<>();
    public boolean isOgMaster() {
        return ogMaster;
    }
    public void setOgMaster(boolean ogMaster) {
        this.ogMaster = ogMaster;
    }
    public List<String> getUids() {
        return uids;
    }
    public void setUids(List<String> uids) {
        this.uids = uids;
@@ -399,7 +412,6 @@
    }
    public String getSystemStatusDesc() {
        return systemStatusDesc == null ? "" : systemStatusDesc;
    }
@@ -479,7 +491,7 @@
    }
    public String getDeviceType() {
        return deviceType==null?"":deviceType;
        return deviceType == null ? "" : deviceType;
    }
    public void setDeviceType(String deviceType) {