This commit is contained in:
YAS\29473
2024-12-11 08:29:36 +08:00
parent 053531e7ff
commit efe56dc82f
9 changed files with 267 additions and 182 deletions

View File

@@ -383,6 +383,11 @@ public class PileStationInfo extends BaseEntity {
@Excel(name = "周边配套设施")
private String supportingFacilities;
/**
* 站点额定总功率
*/
@Excel(name = "站点额定总功率")
private BigDecimal ratedPower;
/**
* 删除标识0-正常1-删除)
@@ -436,6 +441,7 @@ public class PileStationInfo extends BaseEntity {
.append("delFlag", delFlag)
.append("swapMatchCars", swapMatchCars)
.append("generalApplicationType",generalApplicationType)
.append("ratedPower",ratedPower)
.toString();
}
}