自动化立体仓库 - WMS系统
zyh
2026-01-04 c47395fe29493062a3f0bc2cf1d02a2946b20b88
src/main/java/com/zy/asrs/service/MobileService.java
@@ -6,6 +6,7 @@
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.param.*;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.Date;
@@ -107,4 +108,5 @@
     * @param userId 用户id
     */
    R callEmptyBinOutBound(String staNo, String locType, Long userId);
}