D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 864e4772eea5e0a589b6f6797d0695a3b3dd225e
gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
@@ -24,7 +24,8 @@
   private Float mon_avg;
   private Float mon_min;
   private Float mon_max;
   private float percent;
   private String note;
   public Batttestdatastop() {
   }
@@ -189,6 +190,23 @@
   public void setMon_max(Float mon_max) {
      this.mon_max = mon_max;
   }
   public float getPercent() {
      return percent;
   }
   public void setPercent(float percent) {
      this.percent = percent;
   }
   public String getNote() {
      return note;
   }
   public void setNote(String note) {
      this.note = note;
   }
   @Override
   public String toString() {
@@ -202,12 +220,18 @@
            + ", 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 + ", note="
            + note + "]";
   }