This commit is contained in:
shahaibo
2023-12-13 17:23:06 +08:00
parent 4e3746cfba
commit 24312a8f2b
5 changed files with 25 additions and 6 deletions

View File

@@ -20,4 +20,6 @@ public class UserLikeChooseVO {
@ApiModelProperty("关联的collection")
private UserLikeCollectionVO collection;
private String sex;
}