update 电单车协议

This commit is contained in:
Guoqs
2024-08-20 15:14:49 +08:00
parent 6aaece1862
commit 565f4790be
20 changed files with 39 additions and 28 deletions

View File

@@ -0,0 +1,10 @@
package com.jsowell.pile.service;
import com.jsowell.pile.domain.ebike.AbsEBikeMessage;
/**
* 电单车发送命令服务
*/
public interface EBikeSendCommandService {
void send(String pileSn, AbsEBikeMessage c);
}