From 21d2d221f698169ca2600a620f1f647c551d1f6d Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期四, 17 十月 2024 13:06:11 +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 1dcc010..6172647 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,6 +23,11 @@ void onSale(CombParam param); /** + * 涓嬫灦 + */ + void offSale(OffSaleParam param); + + /** * 鐩樼偣 */ void adjust(MobileAdjustParam param, Long userId); -- Gitblit v1.9.1