mac
2024-05-20 562ea59026c221ba2499c8b5cf70e838e44005dd
app/src/main/java/com/hdl/photovoltaic/ui/bean/DeviceBean.java
@@ -63,6 +63,7 @@
    public void setDeviceType(String deviceType) {
        this.deviceType = deviceType;
    }
    /**
     * 拼住宅地址
     *
@@ -75,4 +76,8 @@
        return this.location.getNationName() + this.location.getProvinceName() + this.location.getCityName() + this.address;
    }
    public String getHomeNameAndDeviceName() {
        return homeName + "_" + this.getName();
    }
}