feat(tkdata): 新增按删除状态筛选主播/大哥

This commit is contained in:
2025-12-02 16:31:43 +08:00
parent 5f84fd31b6
commit 9a991e527a
4 changed files with 26 additions and 2 deletions

View File

@@ -147,4 +147,7 @@ public class EmployeeBigBrotherPageReqVO extends PageParam {
@Schema(description = "粉丝团等级最小值", example = "0")
private Integer fansLevelMin;
@Schema(description = "是否删除", example = "0")
private Integer isDelete;
}

View File

@@ -136,4 +136,7 @@ public class EmployeeHostsPageReqVO extends PageParam {
@Schema(description = "国家英文名", example = "United States")
private String countryEng;
@Schema(description = "是否删除", example = "0")
private Integer isDelete;
}