星伟
2018-09-30 fd1f11f6d7a75c52a7c2db5fe9a39e129216b96a
gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
@@ -24,7 +24,7 @@
   private Float mon_avg;
   private Float mon_min;
   private Float mon_max;
   private float percent;
   public Batttestdatastop() {
   }
@@ -190,6 +190,14 @@
      this.mon_max = mon_max;
   }
   public float getPercent() {
      return percent;
   }
   public void setPercent(float percent) {
      this.percent = percent;
   }
   @Override
   public String toString() {
      return "Batttestdatastop [num=" + num + ", BattGroupId=" + BattGroupId
@@ -202,7 +210,7 @@
            + ", 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 + "]";
            + ", mon_max=" + mon_max + ", percent=" + percent + "]";
   }
   
@@ -211,4 +219,5 @@
   
   
}