From 74a9fe02a84e158e021638d7c46d38670d4f8782 Mon Sep 17 00:00:00 2001
From: L <L@123>
Date: 星期二, 20 一月 2026 17:21:20 +0800
Subject: [PATCH] *

---
 src/main/java/com/zy/asrs/service/MobileService.java |    6 ++++++
 1 files changed, 6 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 7e6b8b2..7cd2841 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -7,6 +7,8 @@
 import com.zy.asrs.entity.param.*;
 
 import java.util.Date;
+import java.util.List;
+import java.util.Map;
 
 public interface MobileService {
 
@@ -17,6 +19,8 @@
     void trussComb(TrussCombParam param, Long userId);
     void trussCombOrder(TrussCombParam param, Long userId);
     void PalletizingCompleteTwoFloorParam(PalletizingCompleteTwoFloorParam param);
+    void PalletizingCompleteTwoFloorParam2(PalletizingCompleteTwoFloorParam param);
+    void PalletizingCompleteTwoFloorParam212(PalletizingCompleteTwoFloorParam param);
     void trussComb2Car(Integer staNo);
 
     /**
@@ -37,6 +41,8 @@
     void packComb(CombParam param, Long userId);
 
     void pakoutByOrder(JSONObject param, Long userId);
+    List<Map<String, Object>> boxTypeComb();
+    List<Map<String, Object>> boxTypeComb2();
 
     void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
                   Double curOutQty, Integer ioType, Long userId, Date now);

--
Gitblit v1.9.1