TASK:模块化;

This commit is contained in:
shahaibo
2025-04-23 14:52:32 +08:00
parent 9e5bafc75e
commit 1e8884a7c3
3 changed files with 15 additions and 1 deletions

View File

@@ -29,4 +29,6 @@ public interface UserLikeService extends IService<UserLike> {
List<UserLike> getUserLikeList(Long id);
UserLikeGroup getUserLikeGroupByProjectId(Long id);
List<UserLike> getByUserLikeGroupId(Long id);
}