update 电单车查询收费标准

This commit is contained in:
Lemon
2025-12-15 10:06:15 +08:00
parent 5b959eca97
commit 819785667e
3 changed files with 68 additions and 26 deletions

View File

@@ -211,4 +211,6 @@ public interface PileBillingTemplateService {
* 查询优惠计费模板
*/
BillingTemplateVO queryPreferentialBillingTemplate(String stationId);
CurrentTimePriceDetails getCurrentTimePriceDetailsForEBike(String stationId);
}