TASK:collection sort;

This commit is contained in:
shahaibo
2025-06-03 10:42:11 +08:00
parent 78341850e1
commit 3bfbd8abc1
2 changed files with 3 additions and 0 deletions

View File

@@ -28,4 +28,5 @@ public class UserLikeVO implements AllCollectionVO{
private Long userLikeSortId;
private String relationType;
private String collectionType;
private String resultType;
}