From ed7af72bc1858a69f53533b852904ccf81d362f3 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 12 十月 2023 20:16:13 +0800
Subject: [PATCH] 自动补货单
---
src/main/java/com/zy/asrs/service/MobileService.java | 21 +++++++++++++++++++++
1 files changed, 21 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 805156c..72e8cd3 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -1,4 +1,25 @@
package com.zy.asrs.service;
+import com.zy.asrs.entity.param.CombParam;
+import com.zy.asrs.entity.param.MobileAdjustParam;
+import com.zy.asrs.entity.param.NodePakoutParam;
+import com.zy.system.entity.User;
+
public interface MobileService {
+
+ /**
+ * 缁勬墭
+ */
+ void comb(CombParam param, Long userId);
+
+ /**
+ * 鐩樼偣
+ */
+ void adjust(MobileAdjustParam param, Long userId);
+
+ void packComb(CombParam param, Long userId);
+
+ void nodePutway(String zpallet, String locNo, User user);
+
+ void nodePakout(NodePakoutParam param, User user);
}
--
Gitblit v1.9.1