whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/dto/Ld9testdata_inf.java
@@ -8,7 +8,7 @@
@Alias("Ld9testdata_inf")
public class Ld9testdata_inf implements Serializable{
   private Integer num;
   private Integer BattGroupId;
   private Integer battGroupId;
   private Integer test_record_count;
   private Integer test_record_count_ex;
   private Integer test_type;
@@ -36,12 +36,15 @@
   public void setNum(Integer num) {
      this.num = num;
   }
   public Integer getBattGroupId() {
      return BattGroupId;
      return battGroupId;
   }
   public void setBattGroupId(Integer battGroupId) {
      BattGroupId = battGroupId;
      this.battGroupId = battGroupId;
   }
   public Integer getTest_record_count() {
      return test_record_count;
   }
@@ -150,24 +153,30 @@
   public void setMin_monvol(float min_monvol) {
      this.min_monvol = min_monvol;
   }
   @Override
   public String toString() {
      return "Ld9testdata_inf [num=" + num + ", BattGroupId=" + BattGroupId
            + ", test_record_count=" + test_record_count
            + ", test_record_count_ex=" + test_record_count_ex
            + ", test_type=" + test_type + ", record_time_interval="
            + record_time_interval + ", record_num=" + record_num
            + ", test_starttime=" + test_starttime + ", test_starttime_ex="
            + test_starttime_ex + ", record_time=" + record_time
            + ", test_timelong=" + test_timelong + ", test_stoptype="
            + test_stoptype + ", test_stopreason=" + test_stopreason
            + ", group_vol=" + group_vol + ", test_curr=" + test_curr
            + ", test_cap=" + test_cap + ", mon_num=" + mon_num
            + ", mon_vol=" + mon_vol + ", max_monvol=" + max_monvol
            + ", min_monvol=" + min_monvol + "]";
      return "Ld9testdata_inf{" +
            "num=" + num +
            ", battGroupId=" + battGroupId +
            ", test_record_count=" + test_record_count +
            ", test_record_count_ex=" + test_record_count_ex +
            ", test_type=" + test_type +
            ", record_time_interval=" + record_time_interval +
            ", record_num=" + record_num +
            ", test_starttime=" + test_starttime +
            ", test_starttime_ex=" + test_starttime_ex +
            ", record_time=" + record_time +
            ", test_timelong=" + test_timelong +
            ", test_stoptype=" + test_stoptype +
            ", test_stopreason=" + test_stopreason +
            ", group_vol=" + group_vol +
            ", test_curr=" + test_curr +
            ", test_cap=" + test_cap +
            ", mon_num=" + mon_num +
            ", mon_vol=" + mon_vol +
            ", max_monvol=" + max_monvol +
            ", min_monvol=" + min_monvol +
            '}';
   }
}