whycrzh
2021-01-26 d38d0be8eb650467d69d1f7f0aa6575db15fbf7a
update BattRtStateBean、Batttestdata、Batttestdata_inf and relatedReference
3个文件已修改
126 ■■■■ 已修改文件
src/main/java/com/fgkj/dto/BattRtStateBean.java 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fgkj/dto/Batttestdata.java 48 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fgkj/dto/Batttestdata_inf.java 67 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fgkj/dto/BattRtStateBean.java
@@ -1,16 +1,19 @@
package com.fgkj.dto;
import org.apache.ibatis.type.Alias;
@Alias("BattRtStateBean")
public class BattRtStateBean {
    private Integer BattGroupId;
    private Integer battGroupId;
    private Integer batt_state;
    private Integer stateNum;
    public Integer getBattGroupId() {
        return BattGroupId;
        return battGroupId;
    }
    public void setBattGroupId(Integer battGroupId) {
        BattGroupId = battGroupId;
        this.battGroupId = battGroupId;
    }
    public Integer getBatt_state() {
@@ -32,7 +35,7 @@
    @Override
    public String toString() {
        return "BattRtStateBean{" +
                "BattGroupId=" + BattGroupId +
                "battGroupId=" + battGroupId +
                ", batt_state=" + batt_state +
                ", stateNum=" + stateNum +
                '}';
src/main/java/com/fgkj/dto/Batttestdata.java
@@ -4,11 +4,13 @@
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
@Alias("Batttestdata")
public class Batttestdata implements Serializable,Cloneable{
    private Integer num;
    private Integer BattGroupId;
    private Integer battGroupId;
    private Integer test_record_count;
    private Integer test_type;
    private Integer data_new;
@@ -31,7 +33,6 @@
    }
    
    public Integer getNum() {
        return num;
    }
@@ -41,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() {
@@ -117,11 +118,9 @@
    }
    public void setOnline_vol(Float online_vol) {
        this.online_vol = online_vol;
    }
    public Float getGroup_vol() {
@@ -164,13 +163,9 @@
        this.mon_vol = mon_vol;
    }
   
    public Float getMon_tmp() {
        return mon_tmp;
    }
    public void setMon_tmp(Float mon_tmp) {
        this.mon_tmp = mon_tmp;
@@ -178,19 +173,26 @@
    @Override
    public String toString() {
        return "Batttestdata [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
                + ", online_vol=" + online_vol + ", group_vol=" + group_vol
                + ", test_curr=" + test_curr + ", test_cap=" + test_cap
                + ", mon_num=" + mon_num + ", mon_vol=" + mon_vol
                + ", mon_tmp=" + mon_tmp + "]";
        return "Batttestdata{" +
                "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 +
                ", online_vol=" + online_vol +
                ", group_vol=" + group_vol +
                ", test_curr=" + test_curr +
                ", test_cap=" + test_cap +
                ", mon_num=" + mon_num +
                ", mon_vol=" + mon_vol +
                ", mon_tmp=" + mon_tmp +
                '}';
    }
    @Override
    public Batttestdata clone(){
@@ -202,8 +204,6 @@
        }
        return clone;
    }
    
}
src/main/java/com/fgkj/dto/Batttestdata_inf.java
@@ -8,7 +8,7 @@
@Alias("Batttestdata_inf")
public class Batttestdata_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;
@@ -62,7 +62,7 @@
            Integer upload_usr_id) {
        super();
        this.num = num;
        BattGroupId = battGroupId;
        this.battGroupId = battGroupId;
        this.test_record_count = test_record_count;
        this.test_record_count_ex = test_record_count_ex;
        this.test_type = test_type;
@@ -100,11 +100,11 @@
    }
    public Integer getBattGroupId() {
        return BattGroupId;
        return battGroupId;
    }
    public void setBattGroupId(Integer battGroupId) {
        BattGroupId = battGroupId;
        this.battGroupId = battGroupId;
    }
    public Integer getTest_record_count() {
@@ -359,32 +359,41 @@
        this.stationname4 = stationname4;
    }
    @Override
    public String toString() {
        return "Batttestdata_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 + ", data_new=" + data_new
                + ", data_available=" + data_available + ", record_num="
                + record_num + ", test_starttime=" + test_starttime
                + ", test_starttime_ex=" + test_starttime_ex
                + ", test_starttype=" + test_starttype + ", record_time="
                + record_time + ", record_time1=" + record_time1
                + ", test_timelong=" + test_timelong + ", test_stoptype="
                + test_stoptype + ", test_stoptype_reason="
                + test_stoptype_reason + ", test_starttypeHex="
                + test_starttypeHex + ", group_vol=" + group_vol
                + ", test_curr=" + test_curr + ", test_cap=" + test_cap
                + ", max_monnum=" + max_monnum + ", max_monvol=" + max_monvol
                + ", min_monnum=" + min_monnum + ", min_monvol=" + min_monvol
                + ", mon_num=" + mon_num + ", mon_vol=" + mon_vol
                + ", upload_usr_id=" + upload_usr_id + ", stationname1="
                + stationname1 + ", stationname2=" + stationname2
                + ", stationname3=" + stationname3 + ", stationname4="
                + stationname4 + "]";
        return "Batttestdata_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 +
                ", data_new=" + data_new +
                ", data_available=" + data_available +
                ", record_num=" + record_num +
                ", test_starttime=" + test_starttime +
                ", test_starttime_ex=" + test_starttime_ex +
                ", test_starttype=" + test_starttype +
                ", record_time=" + record_time +
                ", record_time1=" + record_time1 +
                ", test_timelong=" + test_timelong +
                ", test_stoptype=" + test_stoptype +
                ", test_stoptype_reason='" + test_stoptype_reason + '\'' +
                ", test_starttypeHex='" + test_starttypeHex + '\'' +
                ", group_vol=" + group_vol +
                ", test_curr=" + test_curr +
                ", test_cap=" + test_cap +
                ", max_monnum=" + max_monnum +
                ", max_monvol=" + max_monvol +
                ", min_monnum=" + min_monnum +
                ", min_monvol=" + min_monvol +
                ", mon_num=" + mon_num +
                ", mon_vol=" + mon_vol +
                ", upload_usr_id=" + upload_usr_id +
                ", stationname1='" + stationname1 + '\'' +
                ", stationname2='" + stationname2 + '\'' +
                ", stationname3='" + stationname3 + '\'' +
                ", stationname4='" + stationname4 + '\'' +
                '}';
    }
}