From 9f6436d65baaa189958fd5381ba84fd82b8ef9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=99=A8=E8=BD=A9?= <208327@nbcb.com> Date: Thu, 12 Oct 2023 09:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/linfeng/modules/app/service/PostCollectionService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java b/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java index 95abf81..0a1acda 100644 --- a/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java +++ b/src/main/java/io/linfeng/modules/app/service/PostCollectionService.java @@ -38,5 +38,6 @@ public interface PostCollectionService extends IService { void cancelCollection(AddCollectionForm request, AppUserEntity user); List getPostListByUid(Integer uid); + }