33333333333

This commit is contained in:
777
2025-02-23 18:18:34 +08:00
parent eb4e33ad24
commit 86c149ca09
10 changed files with 97 additions and 2 deletions

View File

@@ -27,5 +27,7 @@ public class AnchorListQuery {
@Schema(hidden = true)
private Integer onlineStatus;
@Schema(hidden = true)
private boolean hiddenStatusUser = false;
@Schema(hidden = true)
private List<Long> ignoreUserIds;
}