This commit is contained in:
2023-06-27 11:11:43 +08:00
parent 6da9437ee8
commit 582a8296d9
5 changed files with 36 additions and 21 deletions

View File

@@ -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);
}