From 172506c26d7d1759f9ec3d5dd7c3897793343d07 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 09 九月 2024 16:58:05 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/MobileService.java | 14 ++++++++++++++
1 files changed, 14 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 a6f1e5a..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 {
@@ -15,6 +17,16 @@
* 缁勬墭
*/
void comb(CombParam param, Long userId);
+
+ /**
+ * 涓婃灦
+ */
+ void onSale(CombParam param);
+
+ /**
+ * 涓嬫灦
+ */
+ void offSale(OffSaleParam param);
/**
* 鐩樼偣
@@ -27,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