mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
Merge branch 'dev' into dev-g
This commit is contained in:
@@ -143,6 +143,12 @@ public class ChargeAlgorithmRecord extends BaseEntity {
|
||||
@Excel(name = "故障体系指标")
|
||||
private String failureMetrics;
|
||||
|
||||
/**
|
||||
* 性能体系指标
|
||||
*/
|
||||
@Excel(name = "性能体系指标")
|
||||
private String performanceMetrics;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this, ToStringStyle.JSON_STYLE)
|
||||
@@ -167,6 +173,7 @@ public class ChargeAlgorithmRecord extends BaseEntity {
|
||||
.append("maxAllowableElectricityAlarm", getMaxAllowableElectricityAlarm())
|
||||
.append("securitySystemLevel", getSecuritySystemLevel())
|
||||
.append("failureMetrics", getFailureMetrics())
|
||||
.append("performanceMetrics", getPerformanceMetrics())
|
||||
.append("createTime", getCreateTime())
|
||||
.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user