From 41012324d4afa371ac50d45e3e93e802cf8d6e28 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 16 五月 2023 08:42:02 +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..973abec 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