From 9e431cafd682b50347bdbbbd50ad3b154e165751 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 10 七月 2024 16:26:33 +0800
Subject: [PATCH] 2024年07月10日16:26:31
---
app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 46 insertions(+), 1 deletions(-)
diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java b/app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java
index c579118..d7bcba9 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java
+++ b/app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java
@@ -15,7 +15,9 @@
private String homeName;//鐢电珯鍚嶇О
private String installedCapacity;//瑁呮満瀹归噺
private String power;//鍙戠數鍔熺巼
- private String todayElectricity;//浠婂ぉ鍙戠數閲�
+ private String todayElectricity;//褰撴棩鍙戠數閲�
+ private String monthElectricity;//褰撴湀鍙戠數閲�
+
private int powerStationStatus;//鐢电珯鐘舵��(鐢电珯鐘舵�� 1:姝e父(杩愯),2:绂荤嚎,3:杩炴帴涓�,4:鏁呴殰)
private String localSecret;//鏈湴閫氳绉橀挜
@@ -27,11 +29,46 @@
private boolean state_select = false;//琛ㄧず鏄惁鏄剧ず閫変腑缁勪欢(true鏄剧ず)
+ private String deliverStatus;//(PAID锛氬凡浜や粯 ;UNDELIVERED 锛氭湭浜や粯)
+ private boolean isOtherShare;//鏄笉鏄垎浜殑鐢电珯
+ private String accountType;//濡傛灉鏄垎浜殑锛屽垎浜殑鏉冮檺绫诲瀷(VIEW 锛� 浠呮煡鐪�,ADMIN 锛� 鏌ョ湅鍔犳帶鍒�)
+ private boolean debugPerm;//(鏄惁寮�鍚巿鏉冨畨瑁呭晢,鏈紑鍚姸鎬佸畨瑁呬粎鏌ョ湅)
private HouseInfoBean.Location location;//鐢电珯鍦板潃
private String address;//璇︾粏鍦板潃
+ public String getDeliverStatus() {
+ return deliverStatus == null ? "" : deliverStatus;
+ }
+
+ public void setDeliverStatus(String deliverStatus) {
+ this.deliverStatus = deliverStatus;
+ }
+
+ public boolean isOtherShare() {
+ return isOtherShare;
+ }
+
+ public void setOtherShare(boolean otherShare) {
+ isOtherShare = otherShare;
+ }
+
+ public String getAccountType() {
+ return accountType == null ? "" : accountType;
+ }
+
+ public void setAccountType(String accountType) {
+ this.accountType = accountType;
+ }
+
+ public boolean isDebugPerm() {
+ return debugPerm;
+ }
+
+ public void setDebugPerm(boolean debugPerm) {
+ this.debugPerm = debugPerm;
+ }
public boolean isState_select() {
return state_select;
@@ -106,6 +143,14 @@
this.todayElectricity = todayElectricity;
}
+ public String getMonthElectricity() {
+ return monthElectricity == null ? "" : monthElectricity;
+ }
+
+ public void setMonthElectricity(String monthElectricity) {
+ this.monthElectricity = monthElectricity;
+ }
+
public int getPowerStationStatus() {
return powerStationStatus;
}
--
Gitblit v1.8.0