mac
2024-05-22 50101e1b1c152c5346a6f4e63a7c6db98809e4d9
app/src/main/java/com/hdl/photovoltaic/ui/bean/CloudInverterDeviceBean.java
@@ -38,6 +38,7 @@
    private String hwVersion;//软件版本号
    private String categorySecondName;//设备类型(产品二级分类名称)
    private String deviceType;//(设备类型INV : 逆变器,BMS : BMS控制盒,BATTERY : 电池单元)
    public String getSystemStatusDesc() {
        return systemStatusDesc == null ? "" : systemStatusDesc;
@@ -193,5 +194,11 @@
        this.online = online;
    }
    public String getDeviceType() {
        return deviceType == null ? "" : deviceType;
    }
    public void setDeviceType(String deviceType) {
        this.deviceType = deviceType;
    }
}