From 10d7b3239e4baec952b9ee8a3e948399916d336c Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 20 十月 2025 08:23:58 +0800
Subject: [PATCH] 13

---
 src/main/java/com/zy/asrs/service/MobileService.java |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java
index 20ebd9e..796adea 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -7,10 +7,9 @@
 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 com.zy.asrs.entity.param.pdaAdjustParam;
 
 import java.util.Date;
+import java.util.List;
 import java.util.Map;
 
 public interface MobileService {
@@ -29,17 +28,8 @@
      * 缁勬墭
      */
     void comb(CombParam param, Long userId);
+
     void mergeComb(CombParam param, Long userId);
-
-    /**
-     * 涓婃灦
-     */
-    void onSale(CombParam param);
-
-    /**
-     * 涓嬫灦
-     */
-    void offSale(OffSaleParam param);
 
     /**
      * 鐩樼偣
@@ -55,5 +45,6 @@
 
     void leftoversOut(Map<String, Object> map, Long userId);
 
-    void pdaAdjust(pdaAdjustParam param, Long userId);
+
+
 }

--
Gitblit v1.9.1