From 7cd845bce2b88eca4a792675eb5243a13b666da4 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 31 三月 2025 11:49:14 +0800 Subject: [PATCH] 2025年03月31日11:49:10 --- app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java | 18 ++++++++++++++++++ 1 files changed, 18 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 4d05464..c81b539 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 @@ -41,6 +41,24 @@ private String address;//璇︾粏鍦板潃 + /** + * 璋冭瘯鐘舵�� + * Debugging = 璋冭瘯涓� + * WAIT_DELIVERED = 璋冭瘯瀹屾垚 + * Delivered = 宸蹭氦浠� + * SECONDARY_DEBUGGIN = 鎺堟潈璋冭瘯 + */ + private String debugStatus; + + public String getDebugStatus() { + return debugStatus == null ? "" : debugStatus; + } + + public void setDebugStatus(String debugStatus) { + this.debugStatus = debugStatus; + } + + public String getBatteryCapacity() { return batteryCapacity == null ? "" : batteryCapacity; } -- Gitblit v1.8.0