From 285deae97a62db611ee2485d3940e24307594f2a Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期一, 22 九月 2025 20:09:42 +0800 Subject: [PATCH] 数据结构修改 任务工作档修改 组托工作档修改 --- src/main/java/com/zy/asrs/service/MobileService.java | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 48 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index 6172647..f5288b6 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -1,16 +1,45 @@ package com.zy.asrs.service; import com.alibaba.fastjson.JSONObject; +import com.core.common.R; import com.zy.asrs.entity.BasDevp; import com.zy.asrs.entity.LocDetl; import com.zy.asrs.entity.OrderDetl; -import com.zy.asrs.entity.param.CombParam; -import com.zy.asrs.entity.param.MobileAdjustParam; -import com.zy.asrs.entity.param.OffSaleParam; +import com.zy.asrs.entity.param.*; import java.util.Date; public interface MobileService { + + /** + * 骞舵澘閫斾腑鎷f枡 + */ + R WarehouseOutV1(CombParam combParam, Long hostId, Long userId); + + /** + * 鎷f枡閫斾腑骞舵澘 + */ + R WarehouseOutPickMergeV1(WarehouseOutPickMergeParam param, Long hostId, Long userId); + + /** + * 骞舵澘鍏ュ簱 + */ + R pickConfirm(PickConfirmParam param, Long userId); + + /** + * 骞舵澘鍏ュ簱閫斾腑鎷f枡鍑哄簱鑾峰彇浠诲姟淇℃伅 + */ + R orderOutListOrder(String barcode, Long userId); + + /** + * 鎷f枡鍏ュ簱閫斾腑骞舵澘鑾峰彇浠诲姟淇℃伅 + */ + R orderOutListOrderPick(String barcode, Long userId); + + /** + *鑾峰彇骞舵澘鐗╂枡 + */ + R pickMats(String matnr, String orderNo); /** * 缁勬墭 @@ -38,4 +67,20 @@ void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl, Double curOutQty, Integer ioType, Long userId, Date now); + + /** + * @author Ryan + * @date 2025/9/22 + * @description: 鑾峰彇缂撳啿鍖哄簱浣嶄俊鎭� + * @version 1.0 + */ + R getCacheLocs(); + + /** + * @author Ryan + * @date 2025/9/22 + * @description: 鍛煎彨AGV鎼繍 + * @version 1.0 + */ + R callAgvMove(AgvCallParams params, Long userId); } -- Gitblit v1.9.1