同步获取响应数据

This commit is contained in:
Guoqs
2024-08-01 15:13:14 +08:00
parent 0ad35c9300
commit 49ad9419fe
10 changed files with 492 additions and 104 deletions

View File

@@ -83,4 +83,6 @@ public interface YKCPushCommandService {
* @param command
*/
void pushReservationChargingCommand(ReservationChargingCommand command);
void pushProofreadTimeCommandTest(ProofreadTimeCommand command) throws Exception;
}