update 电单车协议

This commit is contained in:
Guoqs
2024-09-20 09:00:45 +08:00
parent 9a2af549d8
commit d08ee877f6
7 changed files with 112 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ public interface EBikeSendCommandService {
* 停止充电
* @param command
*/
ChargingOperationResponse sendStopChargingCommand(StopChargingCommand command) throws Exception;
ChargingOperationResponse sendStopChargingCommand(StopChargingCommand command);
}