wjc
2025-05-07 b9cc7390e8e8ce64c41c26fb369c98ce669d660c
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;//影响范围描述
@@ -26,10 +31,26 @@
    private String address;//详细地址
    private boolean isRead;//是否已经读取
    private boolean isRead;//是否已经读取(true=读取)
    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;
    }