update 联联平台 枪口功率=设备额定功率/枪数

This commit is contained in:
Lemon
2023-06-20 15:52:13 +08:00
parent 780b4c5d5e
commit 6e2ee7f794
10 changed files with 181 additions and 28 deletions

View File

@@ -65,4 +65,10 @@ public interface YKCPushCommandService {
* @param command
*/
void pushQueryWorkParamsCommand(QueryWorkParamsCommand command);
/**
* 远程账户余额更新
* @param command
*/
void pushAccountBalanceUpdateCommand(RemoteAccountBalanceUpdateCommand command);
}