TASK:collection sort;
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.ai.da.service;
|
||||
|
||||
import com.ai.da.common.response.PageBaseResponse;
|
||||
import com.ai.da.mapper.primary.entity.CollectionSort;
|
||||
import com.ai.da.mapper.primary.entity.Design;
|
||||
import com.ai.da.mapper.primary.entity.UserLikeSort;
|
||||
import com.ai.da.model.dto.*;
|
||||
import com.ai.da.model.vo.*;
|
||||
import com.ai.da.python.vo.DesignPythonObjects;
|
||||
@@ -61,7 +61,7 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
DesignLikeVO like(DesignLikeDTO designLikeDTO);
|
||||
|
||||
UserLikeSort addCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
CollectionSort addCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
|
||||
int getNextSort(Long projectId);
|
||||
|
||||
@@ -75,7 +75,7 @@ public interface DesignService extends IService<Design> {
|
||||
|
||||
void deleteCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
|
||||
UserLikeSort getUserLikeSortByUserLikeId(Long userLikeId, String relationType, Long projectId);
|
||||
CollectionSort getUserLikeSortByUserLikeId(Long userLikeId, String relationType, Long projectId);
|
||||
|
||||
/**
|
||||
* generateHighDesign
|
||||
@@ -121,7 +121,7 @@ public interface DesignService extends IService<Design> {
|
||||
|
||||
void processDesignBatch(Map<String, Object> designBatchResult);
|
||||
|
||||
Boolean sort(UserLikeSortDTO userLikeSortDTO);
|
||||
Boolean sort(CollectionSortDTO userLikeSortDTO);
|
||||
|
||||
IPage<CloudTaskVO> cloudPage(CloudPageDTO cloudPageDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user