mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 高德
This commit is contained in:
@@ -135,6 +135,13 @@ public interface PileBillingTemplateMapper {
|
||||
*/
|
||||
BillingTemplateVO selectBillingTemplateByStationId(@Param("stationId") String stationId);
|
||||
|
||||
/**
|
||||
* 批量查询站点正在使用的计费模板信息
|
||||
* @param stationIdList 站点id集合
|
||||
* @return
|
||||
*/
|
||||
List<BillingTemplateVO> selectBillingTemplateByStationIdList(@Param("stationIdList") List<String> stationIdList);
|
||||
|
||||
/**
|
||||
* 通过模板id数组批量查询计费模板详情列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user