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

@@ -121,4 +121,6 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
Boolean toProductImageElementDelete(Long id);
ToProductElementVO convertRelightElement(Long id);
Long getUnlikedResultParentId(ToProductImageResult toProductImageResult, String url);
}