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); }