wjc
4 天以前 80f2ca2df62ff1cd03046864af504245be078eb2
app/src/main/java/com/hdl/photovoltaic/ui/bean/CloudInverterDeviceBean.java
@@ -49,8 +49,19 @@
    private HouseInfoBean.Location location;//电站地址
    private String localSecret;//所属电站的本地密钥
    public String getWorkStatusDesc() {
        return workStatusDesc==null?"":this.workStatusDesc;
    }
    public void setWorkStatusDesc(String workStatusDesc) {
        this.workStatusDesc = workStatusDesc;
    }
    private String workStatusDesc;//工作状态(负载中心设备)
    private boolean ogMaster;//离网逆变器才返回
    public boolean isOgMaster() {
        return ogMaster;
    }