From 35fefed0792c40cb99b8d15fa5811bbb5992bff9 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期一, 21 一月 2019 10:42:24 +0800
Subject: [PATCH] 修改

---
 gx_tieta/src/com/fgkj/dto/BattInf.java |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java
index f017289..7737fc4 100644
--- a/gx_tieta/src/com/fgkj/dto/BattInf.java
+++ b/gx_tieta/src/com/fgkj/dto/BattInf.java
@@ -96,6 +96,8 @@
 	private float charge_curr_max;//鍏呯數鐢垫祦闃堝��
 	
 	private String VideoOrImage ;//涓婁紶鏂囦欢鐨勬牸寮�
+	
+	private BattMap_information binfmation;//鏈烘埧缁忕含搴︿俊鎭�
 	public BattInf() {
 		super();
 	}
@@ -606,6 +608,12 @@
 	public void setReal_cap_group1(float real_cap_group1) {
 		this.real_cap_group1 = real_cap_group1;
 	}
+	public BattMap_information getBinfmation() {
+		return binfmation;
+	}
+	public void setBinfmation(BattMap_information binfmation) {
+		this.binfmation = binfmation;
+	}
 	@Override
 	public String toString() {
 		return "BattInf [num=" + num + ", StationId=" + StationId + ", StationId_ex=" + StationId_ex + ", StationName="
@@ -633,7 +641,8 @@
 				+ ", DisCurrMax=" + DisCurrMax + ", SignalName=" + SignalName + ", StartNum=" + StartNum
 				+ ", Station_install=" + Station_install + ", Size=" + Size + ", page=" + page + ", obj=" + obj
 				+ ", station_phone=" + station_phone + ", install_user=" + install_user + ", binf_ex=" + binf_ex
-				+ ", charge_curr_max=" + charge_curr_max + ", VideoOrImage=" + VideoOrImage + "]";
+				+ ", charge_curr_max=" + charge_curr_max + ", VideoOrImage=" + VideoOrImage + ", binfmation="
+				+ binfmation + "]";
 	}
 	
 	

--
Gitblit v1.9.1