From aaa3e16cabaf5d70520634eaff6f8c83653000a8 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.25>
Date: 星期一, 22 十月 2018 10:38:12 +0800
Subject: [PATCH] 查询信息

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

diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java
index 5d9b71d..29e00ba 100644
--- a/gx_tieta/src/com/fgkj/dto/BattInf.java
+++ b/gx_tieta/src/com/fgkj/dto/BattInf.java
@@ -16,6 +16,7 @@
 public class BattInf implements Serializable{
 	private Integer num;
 	private String StationId;
+	private String StationId_ex;
 	private String StationName;
 	private String StationName1;
 	private String StationName2;
@@ -518,22 +519,30 @@
 	public void setDisCurrMax(Float disCurrMax) {
 		DisCurrMax = disCurrMax;
 	}
+	
+	public String getStationId_ex() {
+		return StationId_ex;
+	}
+	public void setStationId_ex(String stationId_ex) {
+		StationId_ex = stationId_ex;
+	}
 	@Override
 	public String toString() {
 		return "BattInf [num=" + num + ", StationId=" + StationId
-				+ ", StationName=" + StationName + ", StationName1="
-				+ StationName1 + ", StationName2=" + StationName2
-				+ ", StationName3=" + StationName3 + ", StationName4="
-				+ StationName4 + ", StationName5=" + StationName5
-				+ ", StationName6=" + StationName6 + ", StationName7="
-				+ StationName7 + ", StationName8=" + StationName8
-				+ ", StationName9=" + StationName9 + ", StationIp=" + StationIp
-				+ ", FBSDeviceId=" + FBSDeviceId + ", FbsDeviceIp="
-				+ FbsDeviceIp + ", FbsDeviceIp_YM=" + FbsDeviceIp_YM
-				+ ", FbsDeviceIp_WG=" + FbsDeviceIp_WG + ", FbsDeviceIp_old="
-				+ FbsDeviceIp_old + ", FbsDeviceIp_YM_old="
-				+ FbsDeviceIp_YM_old + ", FbsDeviceIp_WG_old="
-				+ FbsDeviceIp_WG_old + ", FBSDeviceName=" + FBSDeviceName
+				+ ", StationId_ex=" + StationId_ex + ", StationName="
+				+ StationName + ", StationName1=" + StationName1
+				+ ", StationName2=" + StationName2 + ", StationName3="
+				+ StationName3 + ", StationName4=" + StationName4
+				+ ", StationName5=" + StationName5 + ", StationName6="
+				+ StationName6 + ", StationName7=" + StationName7
+				+ ", StationName8=" + StationName8 + ", StationName9="
+				+ StationName9 + ", StationIp=" + StationIp + ", FBSDeviceId="
+				+ FBSDeviceId + ", FbsDeviceIp=" + FbsDeviceIp
+				+ ", FbsDeviceIp_YM=" + FbsDeviceIp_YM + ", FbsDeviceIp_WG="
+				+ FbsDeviceIp_WG + ", FbsDeviceIp_old=" + FbsDeviceIp_old
+				+ ", FbsDeviceIp_YM_old=" + FbsDeviceIp_YM_old
+				+ ", FbsDeviceIp_WG_old=" + FbsDeviceIp_WG_old
+				+ ", FBSDeviceName=" + FBSDeviceName
 				+ ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
 				+ ", BattModel=" + BattModel + ", BattGroupId=" + BattGroupId
 				+ ", BattGroupNum=" + BattGroupNum + ", BattGroupName="

--
Gitblit v1.9.1