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/ram/Fbs9100_state.java | 53 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 47 insertions(+), 6 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/ram/Fbs9100_state.java b/gx_tieta/src/com/fgkj/dto/ram/Fbs9100_state.java index 27ea4b8..0234b7d 100644 --- a/gx_tieta/src/com/fgkj/dto/ram/Fbs9100_state.java +++ b/gx_tieta/src/com/fgkj/dto/ram/Fbs9100_state.java @@ -30,11 +30,16 @@ private Integer dev_commcount; private Integer dev_errcommcount; private Integer dev_rxnullerrcount; + private Integer batt_online_state; private String online_vols; private String group_vols; private String group_currs; private String stationName;//鏈烘埧鍚嶇О + private String stationName1; + private String stationName2; + private String stationName3; + private String stationName5; private String deviceName;//璁惧鍚嶇О private String note; private Page page;//鍒嗛〉 @@ -284,6 +289,36 @@ public void setDev_temp(Float dev_temp) { this.dev_temp = dev_temp; } + public Integer getBatt_online_state() { + return batt_online_state; + } + public void setBatt_online_state(Integer batt_online_state) { + this.batt_online_state = batt_online_state; + } + public String getStationName1() { + return stationName1; + } + public void setStationName1(String stationName1) { + this.stationName1 = stationName1; + } + public String getStationName2() { + return stationName2; + } + public void setStationName2(String stationName2) { + this.stationName2 = stationName2; + } + public String getStationName3() { + return stationName3; + } + public void setStationName3(String stationName3) { + this.stationName3 = stationName3; + } + public String getStationName5() { + return stationName5; + } + public void setStationName5(String stationName5) { + this.stationName5 = stationName5; + } @Override public String toString() { return "Fbs9100_state [num=" + num + ", dev_ip=" + dev_ip @@ -305,17 +340,23 @@ + ", dev_restest_monindex=" + dev_restest_monindex + ", dev_commcount=" + dev_commcount + ", dev_errcommcount=" + dev_errcommcount + ", dev_rxnullerrcount=" - + dev_rxnullerrcount + ", online_vols=" + online_vols + + dev_rxnullerrcount + ", batt_online_state=" + + batt_online_state + ", online_vols=" + online_vols + ", group_vols=" + group_vols + ", group_currs=" + group_currs - + ", stationName=" + stationName + ", deviceName=" + deviceName - + ", note=" + note + ", page=" + page + ", dev_conresist=" - + dev_conresist + ", dev_concurr=" + dev_concurr - + ", dev_condvoldp=" + dev_condvoldp + ", dev_condcurr=" - + dev_condcurr + ", dev_61850alarms=" + dev_61850alarms + + ", stationName=" + stationName + ", stationName1=" + + stationName1 + ", stationName2=" + stationName2 + + ", stationName3=" + stationName3 + ", stationName5=" + + stationName5 + ", deviceName=" + deviceName + ", note=" + + note + ", page=" + page + ", dev_conresist=" + dev_conresist + + ", dev_concurr=" + dev_concurr + ", dev_condvoldp=" + + dev_condvoldp + ", dev_condcurr=" + dev_condcurr + + ", dev_61850alarms=" + dev_61850alarms + ", dev_last_captest_stop_type=" + dev_last_captest_stop_type + "]"; } + + } -- Gitblit v1.9.1