站点新增 停车费率描述字段

This commit is contained in:
Lemon
2023-09-11 08:58:33 +08:00
parent ed1699b9ab
commit 660e666f93
7 changed files with 34 additions and 6 deletions

View File

@@ -174,4 +174,9 @@ public class PileStationVO {
*/
private BigDecimal servicePrice;
/**
* 停车费率描述
*/
private String parkFeeDescribe;
}