TASK: cloud、posetransfer;

This commit is contained in:
shahaibo
2025-06-16 13:44:22 +08:00
parent fd8e6fd2e8
commit 3db0a94981
10 changed files with 120 additions and 72 deletions

View File

@@ -55,7 +55,7 @@ public interface GenerateService extends IService<Generate> {
PoseTransformationVO getPoseTransformationResult(String taskId);
List<PoseTransformationVO> getPoseTransformationResultList(Long projectId);
List<PoseTransformationVO> getPoseTransformationResultList(Long projectId, boolean like);
Object disOrLikePose(Long transformedId, String likeOrDislike, Long projectId);