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:
@@ -89,6 +89,14 @@ public interface IPileBillingTemplateService {
|
||||
*/
|
||||
List<BillingTemplateVO> queryStationBillingTemplateList(String stationId);
|
||||
|
||||
/**
|
||||
* 查询站点计费模板
|
||||
*
|
||||
* @param stationId 站点id
|
||||
* @return
|
||||
*/
|
||||
List<BillingTemplateVO> queryStationBillingTemplateListForUniApp(String stationId);
|
||||
|
||||
/**
|
||||
* 查询正在使用中的计费模板
|
||||
* @param stationId 站点id
|
||||
|
||||
Reference in New Issue
Block a user