TASK:生成获取结果接口返回parentId

This commit is contained in:
2025-07-08 18:53:21 +08:00
parent 5472e59a84
commit 1dc6c6f8c4
3 changed files with 11 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
List<MagicToolResultVO> getToProductImageResultList(List<String> taskIdList);
Long getParentIdByElementIdAndElementType(Long elementId, String elementType);
JSONObject exportSearch(ExportSearchDTO exportSearchDTO);
CanvasElementUpload canvasElementUpload(MultipartFile file);