mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 18:40:14 +08:00
update
This commit is contained in:
@@ -175,6 +175,14 @@ public interface PileBillingTemplateService {
|
||||
*/
|
||||
CurrentTimePriceDetails getCurrentTimePriceDetails(String stationId);
|
||||
|
||||
/**
|
||||
* 用于微信发送微信提醒,查询计费详情
|
||||
* @param stationId
|
||||
* @param pileSn
|
||||
* @return
|
||||
*/
|
||||
CurrentTimePriceDetails getCurrentTimePriceDetailsByPileType(String stationId , String pileSn);
|
||||
|
||||
List<PileBillingDetail> queryBillingDetailById(Long id);
|
||||
|
||||
int deletePreferentialBillingTemplate(String stationId);
|
||||
|
||||
Reference in New Issue
Block a user