From 893f659d3923a710273b1e180eea2bcf614df403 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 21 十一月 2025 17:43:38 +0800
Subject: [PATCH] 1.自动勾选
---
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