1.添加主播 UID字段,修复筛选用户
This commit is contained in:
@@ -69,4 +69,7 @@ public class EmployeeHostsRespVO {
|
||||
|
||||
@Schema(description = "备注", example = "1")
|
||||
private String remake;
|
||||
|
||||
@Schema(description = "uid", example = "1")
|
||||
private String uid;
|
||||
}
|
||||
@@ -68,4 +68,8 @@ public class NewHostsRespVO {
|
||||
@ExcelProperty("用户 Id")
|
||||
private Long userId;
|
||||
|
||||
@Schema(description = "uid", example = "10967")
|
||||
@ExcelProperty("UId")
|
||||
private String uid;
|
||||
|
||||
}
|
||||
@@ -78,4 +78,6 @@ public class EmployeeHostsDO extends BaseDO {
|
||||
private Integer operationStatus;
|
||||
|
||||
private String remake;
|
||||
|
||||
private String uid;
|
||||
}
|
||||
@@ -77,5 +77,5 @@ public class NewHostsDO extends TenantBaseDO {
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
|
||||
private String uid;
|
||||
}
|
||||
Reference in New Issue
Block a user