src/main/java/com/zy/asrs/service/MobileService.java
@@ -12,6 +12,11 @@ public interface MobileService { /** * pda呼叫agv入库 */ R inLocCallAgv(CallAgvParam param,Long userId); /** * 并板途中拣料 */ R WarehouseOutV1(CombParam combParam, Long hostId, Long userId);