mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
新增 华为平台充电设备编码同步接口
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package com.jsowell.thirdparty.huawei;
|
||||
|
||||
|
||||
import com.jsowell.pile.dto.QueryEquipChargeStatusDTO;
|
||||
import com.jsowell.pile.dto.QueryEquipmentDTO;
|
||||
import com.jsowell.pile.dto.QueryStartChargeDTO;
|
||||
import com.jsowell.pile.dto.QueryStationInfoDTO;
|
||||
import com.jsowell.pile.domain.huawei.HWStationInfo;
|
||||
import com.jsowell.pile.dto.*;
|
||||
import com.jsowell.pile.dto.huawei.DeliverEquipBusinessDTO;
|
||||
import com.jsowell.pile.dto.huawei.ReceiveDeliverDTO;
|
||||
import com.jsowell.pile.dto.huawei.VinStartChargeDTO;
|
||||
@@ -199,4 +197,16 @@ public interface HuaWeiService {
|
||||
* @throws Exception
|
||||
*/
|
||||
Map<String, String> vinStartCharge(VinStartChargeDTO dto) throws Exception;
|
||||
|
||||
|
||||
/**
|
||||
* 平台充电设备编码同步
|
||||
* 平台 --> 华为
|
||||
*
|
||||
* notification_operation_system_info
|
||||
*
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
String notificationOperationSystemInfo(PushStationInfoDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user