TASK:collection sort;
This commit is contained in:
@@ -27,6 +27,9 @@ public class PoseTransformationVO implements AllCollectionVO{
|
||||
private String collectionType;
|
||||
|
||||
private String resultType;
|
||||
private Integer sort;
|
||||
private Long userLikeSortId;
|
||||
private String relationType;
|
||||
|
||||
public PoseTransformationVO(Long id, String taskId, String gifUrl, String videoUrl, String firstFrameUrl, byte isLiked, String status) {
|
||||
this.id = id;
|
||||
|
||||
@@ -7,4 +7,7 @@ import lombok.Data;
|
||||
public class ToProductImageResultVO extends ToProductImageResult implements AllCollectionVO{
|
||||
private String sourceUrl;
|
||||
private String collectionType;
|
||||
private Integer sort;
|
||||
private Long userLikeSortId;
|
||||
private String relationType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user