update 后管页面查询引流抽成订单列表接口增加分页返回值

This commit is contained in:
Lemon
2025-07-30 15:31:34 +08:00
parent 659f7a75cb
commit 0acd614bf9
5 changed files with 26 additions and 7 deletions

View File

@@ -288,4 +288,9 @@ public class PileStationVO {
*/
private String parkingLockFlag;
/**
* 支持服务费率
*/
private BigDecimal serviceRate;
}