mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
UPDATE
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user