TASK: cloud、posetransfer、sort;
This commit is contained in:
@@ -61,9 +61,9 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
DesignLikeVO like(DesignLikeDTO designLikeDTO);
|
||||
|
||||
CollectionSort addCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
CollectionSort addCollectionSort(Long relationId, String relationType, Long projectId, Long parentId);
|
||||
|
||||
int getNextSort(Long projectId);
|
||||
int getNextSort(Long projectId, Long parentId);
|
||||
|
||||
/**
|
||||
* dislike
|
||||
@@ -73,7 +73,7 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
Boolean dislike(DisDesignLikeDTO disDesignLikeDTO);
|
||||
|
||||
void deleteCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
void deleteCollectionSort(Long relationId, String relationType, Long projectId, Long parentId);
|
||||
|
||||
CollectionSort getUserLikeSortByUserLikeId(Long userLikeId, String relationType, Long projectId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user