星伟
2018-10-10 2c592928efe30b98538befb7f12471a2f95741b5
gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
@@ -25,6 +25,7 @@
   private Float mon_min;
   private Float mon_max;
   private float percent;
   private String note;
   public Batttestdatastop() {
   }
@@ -198,6 +199,14 @@
      this.percent = percent;
   }
   public String getNote() {
      return note;
   }
   public void setNote(String note) {
      this.note = note;
   }
   @Override
   public String toString() {
      return "Batttestdatastop [num=" + num + ", BattGroupId=" + BattGroupId
@@ -210,10 +219,13 @@
            + ", test_cap=" + test_cap + ", mon_num=" + mon_num
            + ", mon_vol=" + mon_vol + ", lowC=" + lowC + ", lowV=" + lowV
            + ", mon_avg=" + mon_avg + ", mon_min=" + mon_min
            + ", mon_max=" + mon_max + ", percent=" + percent + "]";
            + ", mon_max=" + mon_max + ", percent=" + percent + ", note="
            + note + "]";
   }