wjc
2025-03-12 e59cc427b89f752e50d243db96ddbad6a6afe9b8
app/src/main/java/com/hdl/photovoltaic/ui/bean/CloudInverterDeviceBean.java
@@ -49,6 +49,16 @@
    private HouseInfoBean.Location location;//电站地址
    private String localSecret;//所属电站的本地密钥
    private boolean ogMaster;//离网逆变器才返回
    public boolean isOgMaster() {
        return ogMaster;
    }
    public void setOgMaster(boolean ogMaster) {
        this.ogMaster = ogMaster;
    }
    public String getSystemStatusDesc() {
        return systemStatusDesc == null ? "" : systemStatusDesc;