feat(newhosts): 新增最近7天直播场次筛选条件
在主播分页查询中支持按「有无直播记录」过滤。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user