mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 电单车
This commit is contained in:
@@ -102,12 +102,17 @@ public interface PileBillingTemplateService {
|
||||
List<BillingTemplateVO> queryStationBillingTemplateListForUniApp(String stationId);
|
||||
|
||||
/**
|
||||
* 查询正在使用中的计费模板
|
||||
* 查询正在使用中的汽车桩计费模板
|
||||
* @param stationId 站点id
|
||||
* @return
|
||||
*/
|
||||
BillingTemplateVO queryUsedBillingTemplateForEV(String stationId);
|
||||
|
||||
/**
|
||||
* 查询正在使用中的电单车桩计费模板
|
||||
* @param stationId 站点id
|
||||
* @return
|
||||
*/
|
||||
BillingTemplateVO queryUsedBillingTemplateForEBike(String stationId);
|
||||
|
||||
List<BillingPriceVO> conversionParameters(List<BillingDetailVO> billingDetailList);
|
||||
|
||||
Reference in New Issue
Block a user