From f50e8e60e9da99e4f69d8ab76810dc7e5fb448bc Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 02 十二月 2024 10:29:09 +0800
Subject: [PATCH] 2024年12月02日10:29:05

---
 app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 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 308ffdf..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
@@ -29,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;

--
Gitblit v1.8.0