From 5b91f290dea4d6b6c1f159e28e0159e32aa5ac53 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期三, 14 十一月 2018 10:37:03 +0800 Subject: [PATCH] 更改检测服务器状态的函数位置 --- gx_tieta/src/com/fgkj/dto/BattInf.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java index 59b57ef..0c80ec4 100644 --- a/gx_tieta/src/com/fgkj/dto/BattInf.java +++ b/gx_tieta/src/com/fgkj/dto/BattInf.java @@ -80,6 +80,9 @@ private Page page; private Object obj; private String station_phone; + + private Battinf_ex binf_ex; + public BattInf() { super(); } @@ -534,6 +537,12 @@ 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; + } @Override public String toString() { return "BattInf [num=" + num + ", StationId=" + StationId @@ -575,6 +584,7 @@ + ", SignalName=" + SignalName + ", StartNum=" + StartNum + ", Station_install=" + Station_install + ", Size=" + Size + ", page=" + page + ", obj=" + obj + ", station_phone=" - + station_phone + "]"; + + station_phone + ", binf_ex=" + binf_ex + "]"; } + } -- Gitblit v1.9.1