From d1b031c864041c0c75e433bcd839aa9493f506bb Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期日, 20 十月 2024 11:11:34 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/MobileService.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index 1dcc010..8d77ce9 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -6,8 +6,10 @@ 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 java.util.Date; +import java.util.Map; public interface MobileService { @@ -22,6 +24,11 @@ void onSale(CombParam param); /** + * 涓嬫灦 + */ + void offSale(OffSaleParam param); + + /** * 鐩樼偣 */ void adjust(MobileAdjustParam param, Long userId); @@ -32,4 +39,6 @@ void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl, Double curOutQty, Integer ioType, Long userId, Date now); + + void leftoversOut(Map<String, Object> map, Long userId); } -- Gitblit v1.9.1