From 21fdb6d630bd74e262e0c5d40f9478cc844eb556 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 24 九月 2025 15:31:24 +0800
Subject: [PATCH] 对接

---
 src/main/java/com/zy/asrs/service/MobileService.java |   13 ++++++++++++-
 1 files changed, 12 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 a6f1e5a..5af2226 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;
 
@@ -14,7 +15,17 @@
     /**
      * 缁勬墭
      */
-    void comb(CombParam param, Long userId);
+    void comb(CombParam param, Long userId, String fxId);
+
+    /**
+     * 涓婃灦
+     */
+    void onSale(CombParam param);
+
+    /**
+     * 涓嬫灦
+     */
+    void offSale(OffSaleParam param);
 
     /**
      * 鐩樼偣

--
Gitblit v1.9.1