站点信息添加 停车费率描述字段

This commit is contained in:
Lemon
2023-09-11 08:38:55 +08:00
parent 3b5ac96f1c
commit ed1699b9ab
2 changed files with 11 additions and 1 deletions

View File

@@ -78,6 +78,11 @@ public class PileStationInfo extends BaseEntity {
@Excel(name = "停车场库编号")
private String parkingNumber;
/**
* 停车费率描述
*/
private String parkFreeDescribe;
/**
* 充电站国家代码
*/