BUGFIX:design中的排序问题

This commit is contained in:
2025-07-04 17:20:35 +08:00
parent f3632f53e3
commit 1b7c2041be
8 changed files with 108 additions and 25 deletions

View File

@@ -48,6 +48,8 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
List<ToProductImageResult> toProduct(ToProductImageDTO toProductImageDTO);
void reArrangeSort(Long projectId, Long generateResultId, String relationType, Long parentId);
void toProduct(String taskId);
ToProductElementVO toProductImageElementUpload(MultipartFile file, Long projectId);