From ece08fd739c0a004b4bee932f37c81b81a7acaeb Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.21> Date: 星期二, 20 十一月 2018 10:05:56 +0800 Subject: [PATCH] 实时机房停电 --- gx_tieta/src/com/fgkj/dto/BattInf.java | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java index 0c80ec4..dc93b0e 100644 --- a/gx_tieta/src/com/fgkj/dto/BattInf.java +++ b/gx_tieta/src/com/fgkj/dto/BattInf.java @@ -81,6 +81,8 @@ private Object obj; private String station_phone; + private String install_user; //瀹夎浜� + private Battinf_ex binf_ex; public BattInf() { @@ -543,6 +545,13 @@ 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; + } @Override public String toString() { return "BattInf [num=" + num + ", StationId=" + StationId @@ -584,7 +593,9 @@ + ", SignalName=" + SignalName + ", StartNum=" + StartNum + ", Station_install=" + Station_install + ", Size=" + Size + ", page=" + page + ", obj=" + obj + ", station_phone=" - + station_phone + ", binf_ex=" + binf_ex + "]"; + + station_phone + ", install_user=" + install_user + + ", binf_ex=" + binf_ex + "]"; } + } -- Gitblit v1.9.1