From 04b1a3915a612bf806f6c6b83e0e9c501560065a Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 07 十二月 2023 10:43:58 +0800 Subject: [PATCH] #卷信息 --- src/main/java/com/zy/asrs/service/MobileService.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index 6172647..26b564a 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -4,9 +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.OffSaleParam; +import com.zy.asrs.entity.param.*; import java.util.Date; @@ -16,6 +14,8 @@ * 缁勬墭 */ void comb(CombParam param, Long userId); + void trussComb(TrussCombParam param, Long userId); + void trussComb2(PalletizingCompleteParam param, Long userId); /** * 涓婃灦 -- Gitblit v1.9.1