81041
2018-10-24 1b0f42c11f7573e56cc85551b762367f3d5da9cc
gx_tieta/src/com/fgkj/dto/ram/Fbs9100_state.java
@@ -30,6 +30,7 @@
   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;
@@ -284,6 +285,12 @@
   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;
   }
   @Override
   public String toString() {
      return "Fbs9100_state [num=" + num + ", dev_ip=" + dev_ip
@@ -305,7 +312,8 @@
            + ", 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="
@@ -318,4 +326,5 @@
   
   
   
}