master:APP 我的猜你喜欢BUG修复;

pull/1121/head
liujiang 2025-09-17 15:11:10 +08:00
parent fa9b277b5d
commit 7f76feb420
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ public class APPOwnGuessLikeVO {
@ApiModelProperty(value = "是否有视频")
private Boolean hasVideo;
@ApiModelProperty(value = "标签列表")
private List<String> tagList;
private List<String> tags;
}