From bd1a2aef7fbe13e920c473b4f5e7ff5ba942c9a8 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 18 五月 2023 11:52:56 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/MobileService.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index 17435af..3943d85 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -7,6 +7,8 @@ import com.zy.asrs.entity.TestMast; import com.zy.asrs.entity.param.CombParam; import com.zy.asrs.entity.param.MobileAdjustParam; +import com.zy.asrs.entity.param.Review; +import com.zy.asrs.task.core.ReturnT; import java.util.Date; @@ -37,5 +39,6 @@ //pda鐢宠娴嬭瘯璋冪敤 void startUpTestPACK(TestMast testMast); //鏆傚仠娴嬭瘯 - void suspendTestPACK(); + boolean suspendTestPACK(String channel); + } -- Gitblit v1.9.1