mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增 小程序查询站点计费模板列表接口
This commit is contained in:
@@ -520,6 +520,11 @@ public class PileBillingTemplateServiceImpl implements IPileBillingTemplateServi
|
||||
return resultList;
|
||||
}
|
||||
|
||||
/**
|
||||
* 通过站点id查询计费模板列表
|
||||
* @param stationId 站点id
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public List<BillingPriceVO> queryBillingPrice(String stationId) {
|
||||
// 查询站点当前计费模板 有缓存
|
||||
|
||||
Reference in New Issue
Block a user