From 0526c88cd7082090fe658fd536562185527ba48a Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 22 十一月 2024 11:48:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 flowable/src/main/java/com/ycl/service/IPurchaseService.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/system/src/main/java/com/ycl/system/service/IPurchaseService.java b/flowable/src/main/java/com/ycl/service/IPurchaseService.java
similarity index 89%
rename from system/src/main/java/com/ycl/system/service/IPurchaseService.java
rename to flowable/src/main/java/com/ycl/service/IPurchaseService.java
index f553b3b..7986e61 100644
--- a/system/src/main/java/com/ycl/system/service/IPurchaseService.java
+++ b/flowable/src/main/java/com/ycl/service/IPurchaseService.java
@@ -1,19 +1,19 @@
-package com.ycl.system.service;
+package com.ycl.service;
 
 import java.util.List;
 import com.ycl.system.domain.Purchase;
 
 /**
  * 閲囪喘Service鎺ュ彛
- * 
+ *
  * @author shenzhanwang
  * @date 2022-05-28
  */
-public interface IPurchaseService 
+public interface IPurchaseService
 {
     /**
      * 鏌ヨ閲囪喘
-     * 
+     *
      * @param id 閲囪喘涓婚敭
      * @return 閲囪喘
      */
@@ -21,7 +21,7 @@
 
     /**
      * 鏌ヨ閲囪喘鍒楄〃
-     * 
+     *
      * @param purchase 閲囪喘
      * @return 閲囪喘闆嗗悎
      */
@@ -29,7 +29,7 @@
 
     /**
      * 鏂板閲囪喘
-     * 
+     *
      * @param purchase 閲囪喘
      * @return 缁撴灉
      */
@@ -37,7 +37,7 @@
 
     /**
      * 淇敼閲囪喘
-     * 
+     *
      * @param purchase 閲囪喘
      * @return 缁撴灉
      */
@@ -45,7 +45,7 @@
 
     /**
      * 鎵归噺鍒犻櫎閲囪喘
-     * 
+     *
      * @param ids 闇�瑕佸垹闄ょ殑閲囪喘涓婚敭闆嗗悎
      * @return 缁撴灉
      */
@@ -53,7 +53,7 @@
 
     /**
      * 鍒犻櫎閲囪喘淇℃伅
-     * 
+     *
      * @param id 閲囪喘涓婚敭
      * @return 缁撴灉
      */

--
Gitblit v1.8.0