发送遥控地锁指令

This commit is contained in:
2023-08-02 10:20:43 +08:00
parent 1065a81db7
commit 0c45524a0d
4 changed files with 73 additions and 1 deletions

View File

@@ -71,4 +71,10 @@ public interface YKCPushCommandService {
* @param command
*/
void pushAccountBalanceUpdateCommand(RemoteAccountBalanceUpdateCommand command);
/**
* 发送遥控地锁升锁与降锁命令
*
*/
void pushRemoteControlGroundLock(RemoteControlGroundLockCommand command);
}