From 1ed0d9a39f500c2b39de10320c47ce90a38bb2ba Mon Sep 17 00:00:00 2001
From: 18516761980 <56479841@qq.com>
Date: 星期一, 27 六月 2022 13:57:34 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/luxiaotao1123/zy-asrs into hylyasrs

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

diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java
index 805156c..072f9a3 100644
--- a/src/main/java/com/zy/asrs/service/MobileService.java
+++ b/src/main/java/com/zy/asrs/service/MobileService.java
@@ -1,4 +1,22 @@
 package com.zy.asrs.service;
 
+import com.alibaba.fastjson.JSONObject;
+import com.zy.asrs.entity.param.CombParam;
+import com.zy.asrs.entity.param.MobileAdjustParam;
+
 public interface MobileService {
+
+    /**
+     * 缁勬墭
+     */
+    void comb(CombParam param, Long userId);
+
+    /**
+     * 鐩樼偣
+     */
+    void adjust(MobileAdjustParam param, Long userId);
+
+    void packComb(CombParam param, Long userId);
+
+    void pakoutByOrder(JSONObject param, Long userId);
 }

--
Gitblit v1.9.1