自动化立体仓库 - WMS系统
LSH
2022-08-18 2b0fb92e407df0c3abd0ed2f06ae7103c1569281
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;
@@ -38,4 +40,5 @@
    void startUpTestPACK(TestMast testMast);
    //暂停测试
    void suspendTestPACK();
}