hdw
2019-01-19 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd
gx_tieta/src/com/fgkj/dto/ram/Fbs9100_state.java
@@ -43,6 +43,8 @@
   private String deviceName;//设备名称
   private int  monvolstd;
   private int  battgroupid;
   private int  moncount;
   private int  moncapstd;
   private String note;
   private Page page;//分页
   
@@ -333,6 +335,18 @@
   public void setBattgroupid(int battgroupid) {
      this.battgroupid = battgroupid;
   }
   public int getMoncount() {
      return moncount;
   }
   public void setMoncount(int moncount) {
      this.moncount = moncount;
   }
   public int getMoncapstd() {
      return moncapstd;
   }
   public void setMoncapstd(int moncapstd) {
      this.moncapstd = moncapstd;
   }
   @Override
   public String toString() {
      return "Fbs9100_state [num=" + num + ", dev_ip=" + dev_ip + ", dev_version=" + dev_version + ", dev_id="
@@ -349,10 +363,11 @@
            + ", online_vols=" + online_vols + ", group_vols=" + group_vols + ", group_currs=" + group_currs
            + ", stationName=" + stationName + ", stationName1=" + stationName1 + ", stationName2=" + stationName2
            + ", stationName3=" + stationName3 + ", stationName5=" + stationName5 + ", deviceName=" + deviceName
            + ", monvolstd=" + monvolstd + ", battgroupid=" + battgroupid + ", 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 + "]";
            + ", monvolstd=" + monvolstd + ", battgroupid=" + battgroupid + ", moncount=" + moncount
            + ", moncapstd=" + moncapstd + ", 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
            + "]";
   }
   
   
@@ -360,4 +375,5 @@
   
   
   
}