whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/dto/Battresdata_inf.java
@@ -8,7 +8,7 @@
@Alias("Battresdata_inf")
public class Battresdata_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;
@@ -32,7 +32,6 @@
   private String stationname4;
   public Battresdata_inf() {
      super();
      // TODO Auto-generated constructor stub
   }
   public Integer getNum() {
      return num;
@@ -40,12 +39,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 +152,29 @@
   public void setStationname4(String stationname4) {
      this.stationname4 = stationname4;
   }
   @Override
   public String toString() {
      return "Battresdata_inf [num=" + num + ", BattGroupId=" + BattGroupId
            + ", test_record_count=" + test_record_count
            + ", test_record_count_ex=" + test_record_count_ex
            + ", test_type=" + test_type + ", data_new=" + data_new
            + ", data_available=" + data_available + ", test_starttime="
            + test_starttime + ", test_starttime_ex=" + test_starttime_ex
            + ", test_devtype=" + test_devtype + ", test_starttypeHex="
            + test_starttypeHex + ", record_time=" + record_time
            + ", group_vol=" + group_vol + ", test_curr=" + test_curr
            + ", upload_usr_id=" + upload_usr_id + ", stationname1="
            + stationname1 + ", stationname2=" + stationname2
            + ", stationname3=" + stationname3 + ", stationname4="
            + stationname4 + "]";
      return "Battresdata_inf{" +
            "num=" + num +
            ", battGroupId=" + battGroupId +
            ", test_record_count=" + test_record_count +
            ", test_record_count_ex=" + test_record_count_ex +
            ", test_type=" + test_type +
            ", data_new=" + data_new +
            ", data_available=" + data_available +
            ", test_starttime=" + test_starttime +
            ", test_starttime_ex=" + test_starttime_ex +
            ", test_devtype=" + test_devtype +
            ", test_starttypeHex='" + test_starttypeHex + '\'' +
            ", record_time=" + record_time +
            ", group_vol=" + group_vol +
            ", test_curr=" + test_curr +
            ", upload_usr_id=" + upload_usr_id +
            ", stationname1='" + stationname1 + '\'' +
            ", stationname2='" + stationname2 + '\'' +
            ", stationname3='" + stationname3 + '\'' +
            ", stationname4='" + stationname4 + '\'' +
            '}';
   }
}