From 7d9798fb78d9cc4fd4afd6518100a1b148d45d13 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 14 十一月 2023 08:22:35 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/service/MobileService.java |   10 ++++++++--
 1 files changed, 8 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 1dcc010..26b564a 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -4,8 +4,7 @@
 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.*;
 
 import java.util.Date;
 
@@ -15,6 +14,8 @@
      * 缁勬墭
      */
     void comb(CombParam param, Long userId);
+    void trussComb(TrussCombParam param, Long userId);
+    void trussComb2(PalletizingCompleteParam param, Long userId);
 
     /**
      * 涓婃灦
@@ -22,6 +23,11 @@
     void onSale(CombParam param);
 
     /**
+     * 涓嬫灦
+     */
+    void offSale(OffSaleParam param);
+
+    /**
      * 鐩樼偣
      */
     void adjust(MobileAdjustParam param, Long userId);

--
Gitblit v1.9.1