whycrzh
2021-01-26 8010e34a785c98db46bb8d604cc4a3952ffcf025
src/main/java/com/fgkj/dto/Batttestdatastop.java
@@ -8,7 +8,7 @@
@Alias("Batttestdatastop")
public class Batttestdatastop implements Serializable{
   private Integer num;
   private Integer BattGroupId;
   private Integer battGroupId;
   private Integer test_record_count;
   private Integer test_type;
   private Integer data_new;
@@ -42,11 +42,11 @@
   }
   public Integer getBattGroupId() {
      return BattGroupId;
      return battGroupId;
   }
   public void setBattGroupId(Integer battGroupId) {
      BattGroupId = battGroupId;
      this.battGroupId = battGroupId;
   }
   public Integer getTest_record_count() {
@@ -197,23 +197,27 @@
   @Override
   public String toString() {
      return "Batttestdatastop [num=" + num + ", BattGroupId=" + BattGroupId
            + ", test_record_count=" + test_record_count + ", test_type="
            + test_type + ", data_new=" + data_new + ", data_available="
            + data_available + ", record_num=" + record_num
            + ", test_starttime=" + test_starttime + ", record_time="
            + record_time + ", test_timelong=" + test_timelong
            + ", group_vol=" + group_vol + ", test_curr=" + test_curr
            + ", 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 + "]";
      return "Batttestdatastop{" +
            "num=" + num +
            ", battGroupId=" + battGroupId +
            ", test_record_count=" + test_record_count +
            ", test_type=" + test_type +
            ", data_new=" + data_new +
            ", data_available=" + data_available +
            ", record_num=" + record_num +
            ", test_starttime=" + test_starttime +
            ", record_time=" + record_time +
            ", test_timelong=" + test_timelong +
            ", group_vol=" + group_vol +
            ", test_curr=" + test_curr +
            ", 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 +
            '}';
   }
}