TASK: cloud、posetransfer;
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -10,4 +10,5 @@ public class ToProductImageResultVO extends ToProductImageResult implements AllC
|
||||
private Integer sort;
|
||||
private Long userLikeSortId;
|
||||
private String relationType;
|
||||
private Long parentId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user