mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update
This commit is contained in:
@@ -166,10 +166,10 @@ public interface IPileBillingTemplateService {
|
||||
|
||||
// 批量查询站点计费模板
|
||||
List<BillingTemplateVO> selectBillingTemplateByStationIdList(List<String> stationIdList);
|
||||
|
||||
/**
|
||||
* 修改站点计费模板状态并下发最新模板
|
||||
* @param pileBillingTemplate
|
||||
* @return
|
||||
*/
|
||||
int changeStationTemplate(PileBillingTemplate pileBillingTemplate);
|
||||
int changeStationTemplate(String stationId, String templateId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user