From c8bc73954b11b40cc62945099a4f7ca1a73154a1 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 22 十一月 2024 10:22:43 +0800 Subject: [PATCH] 集成flowable接口 --- 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