Merge remote-tracking branch 'origin/dev/dev' into develop

# Conflicts:
#	docker-compose.yml
This commit is contained in:
shahaibo
2023-12-13 17:26:48 +08:00
6 changed files with 27 additions and 8 deletions

View File

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