BUGFIX:design中的排序问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user