mac
2024-04-28 a034e242fe844a1ca45d2a28710cb7face1f8fe6
app/src/main/java/com/hdl/photovoltaic/ui/bean/MessageBean.java
@@ -19,6 +19,11 @@
    private String deviceOid;//设备oid
    private String deviceDesc;//设备备注
    private String deviceType;//设备类型(INV : 逆变器, BMS : BMS控制盒, BATTERY : 电池单元)
    private String deviceTypeDesc;//设备类型描述
    private String typeDesc;//类型描述
    private String effectScope;//影响范围 NO_EFFECT : 无影响范围报警
    private String effectScopeDesc;//影响范围描述
@@ -30,6 +35,22 @@
    private HouseInfoBean.Location location = new HouseInfoBean.Location();//电站地址
    public String getDeviceType() {
        return deviceType == null ? "" : deviceType;
    }
    public void setDeviceType(String deviceType) {
        this.deviceType = deviceType;
    }
    public String getDeviceTypeDesc() {
        return deviceTypeDesc == null ? "" : deviceTypeDesc;
    }
    public void setDeviceTypeDesc(String deviceTypeDesc) {
        this.deviceTypeDesc = deviceTypeDesc;
    }
    public String getDeviceOidId() {
        return deviceOidId == null ? "" : deviceOidId;
    }