TASK: to product、relight、pose未like的数据也需要返回parentId

This commit is contained in:
2025-07-30 15:12:38 +08:00
parent 830d06a900
commit c444d5a69f
6 changed files with 99 additions and 16 deletions

View File

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