From b9b50a67c04feb4001a1c4e2d6938cc377918c98 Mon Sep 17 00:00:00 2001 From: dubin <dubin> Date: 星期四, 28 八月 2025 08:18:53 +0800 Subject: [PATCH] 联调 --- src/main/java/com/zy/asrs/service/MobileService.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 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..3b13e61 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -6,6 +6,7 @@ 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 java.util.Date; @@ -22,11 +23,16 @@ void onSale(CombParam param); /** + * 涓嬫灦 + */ + void offSale(OffSaleParam param); + + /** * 鐩樼偣 */ void adjust(MobileAdjustParam param, Long userId); - void packComb(CombParam param, Long userId); + //void packComb(CombParam param, Long userId); void pakoutByOrder(JSONObject param, Long userId); -- Gitblit v1.9.1