feat(newhosts): 新增最近7天直播场次筛选条件

在主播分页查询中支持按「有无直播记录」过滤。
This commit is contained in:
2025-12-19 15:49:44 +08:00
parent d5c51a80c6
commit fe48dfe3a1
2 changed files with 26 additions and 0 deletions

View File

@@ -148,4 +148,7 @@ public class NewHostsPageReqVO extends PageParam {
@Schema(description = "国家英文名", example = "United States")
private String countryEng;
@Schema(description = "最近 7天 是否存在直播场次", example = "0")
private Integer hasLiveRecoder;
}