TASK:collection sort;
This commit is contained in:
@@ -25,6 +25,8 @@ public class DesignCollectionVO {
|
||||
|
||||
private List<String> UnfinishedList;
|
||||
|
||||
private String resultType;
|
||||
|
||||
public DesignCollectionVO() {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,8 @@ public class PoseTransformationVO implements AllCollectionVO{
|
||||
private String status;
|
||||
private String collectionType;
|
||||
|
||||
private String resultType;
|
||||
|
||||
public PoseTransformationVO(Long id, String taskId, String gifUrl, String videoUrl, String firstFrameUrl, byte isLiked, String status) {
|
||||
this.id = id;
|
||||
this.taskId = taskId;
|
||||
|
||||
Reference in New Issue
Block a user