From e76c58f4c0e9c334a19c9c4418343ca99d5e3d0f Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期六, 01 三月 2025 16:48:55 +0800 Subject: [PATCH] 更新 --- src/main/java/com/whyc/pojo/BattRTState.java | 198 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 198 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/BattRTState.java b/src/main/java/com/whyc/pojo/BattRTState.java index ccfe2e1..8a053bf 100644 --- a/src/main/java/com/whyc/pojo/BattRTState.java +++ b/src/main/java/com/whyc/pojo/BattRTState.java @@ -86,5 +86,203 @@ @ApiModelProperty(value = "娓╁害浼犳劅鍣ㄦ箍搴�") private Float devHumidity; + 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 getBattCount() { + return battCount; + } + + public void setBattCount(Integer battCount) { + this.battCount = battCount; + } + + public Date getRecDatetime() { + return recDatetime; + } + + public void setRecDatetime(Date recDatetime) { + this.recDatetime = recDatetime; + } + + public Float getOnlineVol() { + return onlineVol; + } + + public void setOnlineVol(Float onlineVol) { + this.onlineVol = onlineVol; + } + + public Float getGroupVol() { + return groupVol; + } + + public void setGroupVol(Float groupVol) { + this.groupVol = groupVol; + } + + public Float getGroupTmp() { + return groupTmp; + } + + public void setGroupTmp(Float groupTmp) { + this.groupTmp = groupTmp; + } + + public Float getGroupCurr() { + return groupCurr; + } + + public void setGroupCurr(Float groupCurr) { + this.groupCurr = groupCurr; + } + + public Integer getBattState() { + return battState; + } + + public void setBattState(Integer battState) { + this.battState = battState; + } + + public Integer getBattTestType() { + return battTestType; + } + + public void setBattTestType(Integer battTestType) { + this.battTestType = battTestType; + } + + public Date getBattTestStarttime() { + return battTestStarttime; + } + + public void setBattTestStarttime(Date battTestStarttime) { + this.battTestStarttime = battTestStarttime; + } + + public Date getBattTestRecordtime() { + return battTestRecordtime; + } + + public void setBattTestRecordtime(Date battTestRecordtime) { + this.battTestRecordtime = battTestRecordtime; + } + + public Integer getBattTestTlong() { + return battTestTlong; + } + + public void setBattTestTlong(Integer battTestTlong) { + this.battTestTlong = battTestTlong; + } + + public Float getBattTestCap() { + return battTestCap; + } + + public void setBattTestCap(Float battTestCap) { + this.battTestCap = battTestCap; + } + + public Float getBattRealCap() { + return battRealCap; + } + + public void setBattRealCap(Float battRealCap) { + this.battRealCap = battRealCap; + } + + public Float getBattRestCap() { + return battRestCap; + } + + public void setBattRestCap(Float battRestCap) { + this.battRestCap = battRestCap; + } + + public Integer getBattRestPower1Time() { + return battRestPower1Time; + } + + public void setBattRestPower1Time(Integer battRestPower1Time) { + this.battRestPower1Time = battRestPower1Time; + } + + public Integer getBattRestPower2Time() { + return battRestPower2Time; + } + + public void setBattRestPower2Time(Integer battRestPower2Time) { + this.battRestPower2Time = battRestPower2Time; + } + + public Integer getTestLoadertype() { + return testLoadertype; + } + + public void setTestLoadertype(Integer testLoadertype) { + this.testLoadertype = testLoadertype; + } + + public Integer getTestRecordnum() { + return testRecordnum; + } + + public void setTestRecordnum(Integer testRecordnum) { + this.testRecordnum = testRecordnum; + } + + public Integer getA059Num() { + return a059Num; + } + + public void setA059Num(Integer a059Num) { + this.a059Num = a059Num; + } + + public Float getDevTestPower() { + return devTestPower; + } + + public void setDevTestPower(Float devTestPower) { + this.devTestPower = devTestPower; + } + + public Integer getBattAlmState() { + return battAlmState; + } + + public void setBattAlmState(Integer battAlmState) { + this.battAlmState = battAlmState; + } + + public Float getDevTemperature() { + return devTemperature; + } + + public void setDevTemperature(Float devTemperature) { + this.devTemperature = devTemperature; + } + + public Float getDevHumidity() { + return devHumidity; + } + + public void setDevHumidity(Float devHumidity) { + this.devHumidity = devHumidity; + } } \ No newline at end of file -- Gitblit v1.9.1