mac
2024-05-21 ed7ae7fcc3adf66fbcc2b9481692791e9a167d04
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();
    }
}