mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update
This commit is contained in:
@@ -122,13 +122,13 @@ public class ChargeAlgorithmRecord extends BaseEntity {
|
||||
/**
|
||||
* $column.columnComment
|
||||
*/
|
||||
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
||||
@Excel(name = "最大允许电压告警", readConverterExp = "最大允许电压告警")
|
||||
private String maxAllowableVoltageAlarm;
|
||||
|
||||
/**
|
||||
* $column.columnComment
|
||||
*/
|
||||
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
||||
@Excel(name = "最大允许电流告警", readConverterExp = "最大允许电流告警")
|
||||
private String maxAllowableElectricityAlarm;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user