新增 占桩费用设置阈值

This commit is contained in:
Lemon
2023-09-21 10:55:49 +08:00
parent c639a3c00f
commit 1528ae3a1d
3 changed files with 13 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ public class BillingTemplateVO {
// 占桩费率(单位:元/分钟)
private BigDecimal occupyFee;
// 最高占桩费用
private BigDecimal maxOccupyFee;
// 停车免费描述
private String parkFeeDescribe;