package com.whyc.pojo;
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableId;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
import java.util.Date;
|
|
@TableName(schema = "db_batt_testdata",value = "tb_batttestdata_inf")
|
public class BattTestDataInf {
|
|
@TableId(type = IdType.AUTO)
|
private Long num;
|
|
@TableField("BattGroupId")
|
private Integer battGroupId;
|
private Integer testRecordCount;
|
private Integer testRecordCountEx;
|
private Integer testType;
|
private Integer recordTimeInterval;
|
private Integer dataNew;
|
private Integer dataAvailable;
|
private Integer recordNum;
|
private Date testStarttime;
|
private Date testStarttimeEx;
|
private Integer testStarttype;
|
private Date recordTime;
|
private Integer testTimelong;
|
private Integer testStoptype;
|
private Float groupVol;
|
private Float testCurr;
|
private Float testCap;
|
private Integer maxMonnum;
|
private Float maxMonvol;
|
private Integer minMonnum;
|
private Float minMonvol;
|
private Integer monNum;
|
private Float monVol;
|
private Integer uploadUsrId;
|
private Integer uploadDataExt;
|
private Integer uploadClientType;
|
|
public Long getNum() {
|
return num;
|
}
|
|
public void setNum(Long num) {
|
this.num = num;
|
}
|
|
public Integer getBattGroupId() {
|
return battGroupId;
|
}
|
|
public void setBattGroupId(Integer battGroupId) {
|
this.battGroupId = battGroupId;
|
}
|
|
public Integer getTestRecordCount() {
|
return testRecordCount;
|
}
|
|
public void setTestRecordCount(Integer testRecordCount) {
|
this.testRecordCount = testRecordCount;
|
}
|
|
public Integer getTestRecordCountEx() {
|
return testRecordCountEx;
|
}
|
|
public void setTestRecordCountEx(Integer testRecordCountEx) {
|
this.testRecordCountEx = testRecordCountEx;
|
}
|
|
public Integer getTestType() {
|
return testType;
|
}
|
|
public void setTestType(Integer testType) {
|
this.testType = testType;
|
}
|
|
public Integer getRecordTimeInterval() {
|
return recordTimeInterval;
|
}
|
|
public void setRecordTimeInterval(Integer recordTimeInterval) {
|
this.recordTimeInterval = recordTimeInterval;
|
}
|
|
public Integer getDataNew() {
|
return dataNew;
|
}
|
|
public void setDataNew(Integer dataNew) {
|
this.dataNew = dataNew;
|
}
|
|
public Integer getDataAvailable() {
|
return dataAvailable;
|
}
|
|
public void setDataAvailable(Integer dataAvailable) {
|
this.dataAvailable = dataAvailable;
|
}
|
|
public Integer getRecordNum() {
|
return recordNum;
|
}
|
|
public void setRecordNum(Integer recordNum) {
|
this.recordNum = recordNum;
|
}
|
|
public Date getTestStarttime() {
|
return testStarttime;
|
}
|
|
public void setTestStarttime(Date testStarttime) {
|
this.testStarttime = testStarttime;
|
}
|
|
public Date getTestStarttimeEx() {
|
return testStarttimeEx;
|
}
|
|
public void setTestStarttimeEx(Date testStarttimeEx) {
|
this.testStarttimeEx = testStarttimeEx;
|
}
|
|
public Integer getTestStarttype() {
|
return testStarttype;
|
}
|
|
public void setTestStarttype(Integer testStarttype) {
|
this.testStarttype = testStarttype;
|
}
|
|
public Date getRecordTime() {
|
return recordTime;
|
}
|
|
public void setRecordTime(Date recordTime) {
|
this.recordTime = recordTime;
|
}
|
|
public Integer getTestTimelong() {
|
return testTimelong;
|
}
|
|
public void setTestTimelong(Integer testTimelong) {
|
this.testTimelong = testTimelong;
|
}
|
|
public Integer getTestStoptype() {
|
return testStoptype;
|
}
|
|
public void setTestStoptype(Integer testStoptype) {
|
this.testStoptype = testStoptype;
|
}
|
|
public Float getGroupVol() {
|
return groupVol;
|
}
|
|
public void setGroupVol(Float groupVol) {
|
this.groupVol = groupVol;
|
}
|
|
public Float getTestCurr() {
|
return testCurr;
|
}
|
|
public void setTestCurr(Float testCurr) {
|
this.testCurr = testCurr;
|
}
|
|
public Float getTestCap() {
|
return testCap;
|
}
|
|
public void setTestCap(Float testCap) {
|
this.testCap = testCap;
|
}
|
|
public Integer getMaxMonnum() {
|
return maxMonnum;
|
}
|
|
public void setMaxMonnum(Integer maxMonnum) {
|
this.maxMonnum = maxMonnum;
|
}
|
|
public Float getMaxMonvol() {
|
return maxMonvol;
|
}
|
|
public void setMaxMonvol(Float maxMonvol) {
|
this.maxMonvol = maxMonvol;
|
}
|
|
public Integer getMinMonnum() {
|
return minMonnum;
|
}
|
|
public void setMinMonnum(Integer minMonnum) {
|
this.minMonnum = minMonnum;
|
}
|
|
public Float getMinMonvol() {
|
return minMonvol;
|
}
|
|
public void setMinMonvol(Float minMonvol) {
|
this.minMonvol = minMonvol;
|
}
|
|
public Integer getMonNum() {
|
return monNum;
|
}
|
|
public void setMonNum(Integer monNum) {
|
this.monNum = monNum;
|
}
|
|
public Float getMonVol() {
|
return monVol;
|
}
|
|
public void setMonVol(Float monVol) {
|
this.monVol = monVol;
|
}
|
|
public Integer getUploadUsrId() {
|
return uploadUsrId;
|
}
|
|
public void setUploadUsrId(Integer uploadUsrId) {
|
this.uploadUsrId = uploadUsrId;
|
}
|
|
public Integer getUploadDataExt() {
|
return uploadDataExt;
|
}
|
|
public void setUploadDataExt(Integer uploadDataExt) {
|
this.uploadDataExt = uploadDataExt;
|
}
|
|
public Integer getUploadClientType() {
|
return uploadClientType;
|
}
|
|
public void setUploadClientType(Integer uploadClientType) {
|
this.uploadClientType = uploadClientType;
|
}
|
}
|