From 8fd4c2cfc08002ca63ad79c89ab4e30cd16b8d30 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 29 九月 2025 09:27:16 +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