TASK: cloud、posetransfer;

This commit is contained in:
shahaibo
2025-06-17 16:25:57 +08:00
parent 5e066995e8
commit 137ef7045b
6 changed files with 19 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ public class PoseTransformationVO implements AllCollectionVO{
private Long userLikeSortId;
private String relationType;
private Long parentId;
public PoseTransformationVO(Long id, String taskId, String gifUrl, String videoUrl, String firstFrameUrl, byte isLiked, String status) {
this.id = id;
this.taskId = taskId;

View File

@@ -10,4 +10,5 @@ public class ToProductImageResultVO extends ToProductImageResult implements AllC
private Integer sort;
private Long userLikeSortId;
private String relationType;
private Long parentId;
}