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;