自动化立体仓库 - WMS系统
LSH
2022-08-17 31d7788cf41d7a134326e790fb0cbbe5353ec4a3
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,7 @@
    void startUpTestPACK(TestMast testMast);
    //暂停测试
    void suspendTestPACK();
    //移库确认
    void transplant(Review review);
}