小程序获取订单详情接口添加字段

This commit is contained in:
Lemon
2023-11-04 13:41:43 +08:00
parent a5110c0d81
commit dd28df3ce3
4 changed files with 35 additions and 0 deletions

View File

@@ -201,4 +201,14 @@ public class PileStationVO {
*/
private String parkFeeDescribe;
/**
* 占桩免费时长
*/
private Integer freeTime;
/**
* 占桩费率
*/
private BigDecimal occupyFee;
}