From df0b6fcc2486c78677acdb8ac2570ae26c62909a Mon Sep 17 00:00:00 2001
From: lsh <1>
Date: 星期三, 10 一月 2024 21:20:59 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/MobileService.java | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java
index 51e6c59..26b564a 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -1,7 +1,12 @@
package com.zy.asrs.service;
-import com.zy.asrs.entity.param.CombParam;
-import com.zy.asrs.entity.param.MobileAdjustParam;
+import com.alibaba.fastjson.JSONObject;
+import com.zy.asrs.entity.BasDevp;
+import com.zy.asrs.entity.LocDetl;
+import com.zy.asrs.entity.OrderDetl;
+import com.zy.asrs.entity.param.*;
+
+import java.util.Date;
public interface MobileService {
@@ -9,6 +14,18 @@
* 缁勬墭
*/
void comb(CombParam param, Long userId);
+ void trussComb(TrussCombParam param, Long userId);
+ void trussComb2(PalletizingCompleteParam param, Long userId);
+
+ /**
+ * 涓婃灦
+ */
+ void onSale(CombParam param);
+
+ /**
+ * 涓嬫灦
+ */
+ void offSale(OffSaleParam param);
/**
* 鐩樼偣
@@ -17,4 +34,8 @@
void packComb(CombParam param, Long userId);
+ void pakoutByOrder(JSONObject param, Long userId);
+
+ void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
+ Double curOutQty, Integer ioType, Long userId, Date now);
}
--
Gitblit v1.9.1