From 24222aa218513fd969c77df5feb386c9fccd4161 Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期二, 15 一月 2019 16:01:47 +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