TASK:mannequin;
This commit is contained in:
@@ -2,6 +2,7 @@ package com.ai.da.service;
|
||||
|
||||
import com.ai.da.common.response.PageBaseResponse;
|
||||
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;
|
||||
@@ -60,6 +61,10 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
DesignLikeVO like(DesignLikeDTO designLikeDTO);
|
||||
|
||||
UserLikeSort addCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
|
||||
int getNextSort(Long projectId);
|
||||
|
||||
/**
|
||||
* dislike
|
||||
*
|
||||
@@ -68,6 +73,10 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
Boolean dislike(DisDesignLikeDTO disDesignLikeDTO);
|
||||
|
||||
void deleteCollectionSort(Long relationId, String relationType, Long projectId);
|
||||
|
||||
UserLikeSort getUserLikeSortByUserLikeId(Long userLikeId, String relationType, Long projectId);
|
||||
|
||||
/**
|
||||
* generateHighDesign
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user