TASK:collection sort;

This commit is contained in:
shahaibo
2025-05-30 14:04:18 +08:00
parent 448e6d2c40
commit 73bab2338e
4 changed files with 8 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ public class DesignCollectionVO {
private List<String> UnfinishedList;
private String resultType;
public DesignCollectionVO() {
}
}

View File

@@ -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;