This commit is contained in:
Lemon
2025-04-16 09:16:18 +08:00
parent a0209c71d7
commit 91c08e4b0a
4 changed files with 14 additions and 3 deletions

View File

@@ -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;
/**