81041
2019-01-11 fa00382db413a8489d07983b66f0869305b51a9a
gx_tieta/src/com/fgkj/dto/ram/Fbs9600_state.java
@@ -15,6 +15,7 @@
   private Integer dev_errcommcount;
   private Integer battgroupid;
   private String stationName;//机房名称
   private String stationName5;//区县名称
   private String deviceName;//设备名称
   private String battgroupName;//电池组名称
   private Integer GroupIndexInFBSDevice;//被测电池组号
@@ -109,6 +110,12 @@
   public void setBattgroupid(Integer battgroupid) {
      this.battgroupid = battgroupid;
   }
   public String getStationName5() {
      return stationName5;
   }
   public void setStationName5(String stationName5) {
      this.stationName5 = stationName5;
   }
   @Override
   public String toString() {
      return "Fbs9600_state [num=" + num + ", dev_ip=" + dev_ip + ", dev_id="
@@ -116,7 +123,8 @@
            + dev_workstate + ", dev_alarmstate=" + dev_alarmstate
            + ", dev_commcount=" + dev_commcount + ", dev_errcommcount="
            + dev_errcommcount + ", battgroupid=" + battgroupid
            + ", stationName=" + stationName + ", deviceName=" + deviceName
            + ", stationName=" + stationName + ", stationName5="
            + stationName5 + ", deviceName=" + deviceName
            + ", battgroupName=" + battgroupName
            + ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
            + ", page=" + page + "]";
@@ -130,6 +138,7 @@
   
   
   
   
}