81041
2018-10-11 b45beab4bd9fd91bf583b57d48edf2e99584ec62
gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
@@ -26,6 +26,7 @@
   private Float mon_max;
   private float percent;
   private String note;
   private String stationid;
   public Batttestdatastop() {
   }
@@ -207,6 +208,14 @@
      this.note = note;
   }
   public String getStationid() {
      return stationid;
   }
   public void setStationid(String stationid) {
      this.stationid = stationid;
   }
   @Override
   public String toString() {
      return "Batttestdatastop [num=" + num + ", BattGroupId=" + BattGroupId
@@ -220,7 +229,7 @@
            + ", mon_vol=" + mon_vol + ", lowC=" + lowC + ", lowV=" + lowV
            + ", mon_avg=" + mon_avg + ", mon_min=" + mon_min
            + ", mon_max=" + mon_max + ", percent=" + percent + ", note="
            + note + "]";
            + note + ", stationid=" + stationid + "]";
   }
   
@@ -232,4 +241,6 @@
   
   
}