mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update
This commit is contained in:
@@ -136,10 +136,15 @@ public interface PileBillingTemplateMapper {
|
||||
BillingTemplateVO selectBillingTemplateByStationId(@Param("stationId") String stationId);
|
||||
|
||||
/**
|
||||
* 通过模板id查询计费模板详情列表
|
||||
* 通过模板id数组批量查询计费模板详情列表
|
||||
*/
|
||||
List<PileBillingDetail> queryBillingDetailByTemplateIds(@Param("templateIds") Long[] templateIds);
|
||||
|
||||
/**
|
||||
* 通过模板id查询计费模板详情列表
|
||||
*/
|
||||
List<PileBillingDetail> queryBillingDetailByTemplateId(@Param("templateId") Long templateId);
|
||||
|
||||
/**
|
||||
* 插入充电桩和计费模板关系
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user