从统一接口获取pose transformation的生成记录
This commit is contained in:
@@ -52,7 +52,7 @@ public interface GenerateService extends IService<Generate> {
|
||||
|
||||
PoseTransformationVO getPoseTransformationResult(String taskId);
|
||||
|
||||
List<PoseTransformationVO> getPoseTransformationResultList(String projectId);
|
||||
List<PoseTransformationVO> getPoseTransformationResultList(Long projectId);
|
||||
|
||||
Boolean disOrLikePose(Long transformedId, String likeOrDislike);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user