From 6ca12d78daab3ad1dec7f5bd6e1f26b6b5fd2f11 Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期三, 26 十二月 2018 14:34:42 +0800 Subject: [PATCH] 批量设置放电参数的查询机房 --- gx_tieta/src/com/fgkj/dto/BattInf.java | 91 +++++++++++++++++++++++++++++++++++---------- 1 files changed, 70 insertions(+), 21 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java index 5d9b71d..643d9ee 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; @@ -72,11 +73,21 @@ private Float Load_curr;// 璐熻浇鐢垫祦 private Float DisCurrMax;//鏈�澶ф牳瀹圭數娴� private String SignalName; - private Integer StartNum; + private Integer StartNum; + private Integer Station_install; //鏈烘埧璁惧鏄惁瀹夎 + private Integer Size; private Page page; private Object obj; private String station_phone; + + private String install_user; //瀹夎浜� + + private Battinf_ex binf_ex; + + private float charge_curr_max;//鍏呯數鐢垫祦闃堝�� + + private String VideoOrImage ;//涓婁紶鏂囦欢鐨勬牸寮� public BattInf() { super(); } @@ -518,22 +529,62 @@ 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; + } + public Integer getStation_install() { + return Station_install; + } + public void setStation_install(Integer station_install) { + Station_install = station_install; + } + public Battinf_ex getBinf_ex() { + return binf_ex; + } + public void setBinf_ex(Battinf_ex binf_ex) { + this.binf_ex = binf_ex; + } + + public String getInstall_user() { + return install_user; + } + public void setInstall_user(String install_user) { + this.install_user = install_user; + } + + public String getVideoOrImage() { + return VideoOrImage; + } + public void setVideoOrImage(String videoOrImage) { + VideoOrImage = videoOrImage; + } + public float getCharge_curr_max() { + return charge_curr_max; + } + public void setCharge_curr_max(float charge_curr_max) { + this.charge_curr_max = charge_curr_max; + } @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=" @@ -556,14 +607,12 @@ + ", SignalId=" + SignalId + ", CInterFaceId=" + CInterFaceId + ", Load_curr=" + Load_curr + ", DisCurrMax=" + DisCurrMax + ", SignalName=" + SignalName + ", StartNum=" + StartNum - + ", Size=" + Size + ", page=" + page + ", obj=" + obj - + ", station_phone=" + station_phone + "]"; + + ", 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 + "]"; } - - - - - } -- Gitblit v1.9.1