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(); } }