mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 电单车协议
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.jsowell.pile.service;
|
||||
|
||||
import com.jsowell.pile.domain.ebike.deviceupload.ChargingOperationResponse;
|
||||
import com.jsowell.pile.domain.ykcCommond.StartChargingCommand;
|
||||
import com.jsowell.pile.domain.ykcCommond.EBikeStartChargingCommand;
|
||||
import com.jsowell.pile.domain.ykcCommond.StopChargingCommand;
|
||||
|
||||
/**
|
||||
@@ -13,7 +13,7 @@ public interface EBikeSendCommandService {
|
||||
* 启动充电
|
||||
* @param command
|
||||
*/
|
||||
ChargingOperationResponse sendStartChargingCommand(StartChargingCommand command) throws Exception;
|
||||
ChargingOperationResponse sendStartChargingCommand(EBikeStartChargingCommand command) throws Exception;
|
||||
|
||||
/**
|
||||
* 停止充电
|
||||
|
||||
Reference in New Issue
Block a user