1.修改 owner_Id 为 user_Id,和主播业务保持一致
This commit is contained in:
@@ -104,4 +104,6 @@ public class BigBrotherController {
|
||||
BeanUtils.toBean(list, BigBrotherRespVO.class));
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -49,7 +49,7 @@ public class BigBrotherPageReqVO extends PageParam {
|
||||
private String hostDisplayId;
|
||||
|
||||
@Schema(description = "该数据所属的账号id", example = "30487")
|
||||
private String ownerId;
|
||||
private String userId;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -62,7 +62,7 @@ public class BigBrotherRespVO {
|
||||
|
||||
@Schema(description = "该数据所属的账号id", example = "30487")
|
||||
@ExcelProperty("该数据所属的账号id")
|
||||
private String ownerId;
|
||||
private String userId;
|
||||
|
||||
@Schema(description = "创建时间")
|
||||
@ExcelProperty("创建时间")
|
||||
|
||||
@@ -47,6 +47,6 @@ public class BigBrotherSaveReqVO {
|
||||
private String hostDisplayId;
|
||||
|
||||
@Schema(description = "该数据所属的账号id", example = "30487")
|
||||
private String ownerId;
|
||||
private String userId;
|
||||
|
||||
}
|
||||
@@ -74,7 +74,7 @@ public class BigBrotherDO extends BaseDO {
|
||||
/**
|
||||
* 该数据所属的账号id
|
||||
*/
|
||||
private String ownerId;
|
||||
private String userId;
|
||||
|
||||
/**
|
||||
* 该数据所属的租户id
|
||||
|
||||
Reference in New Issue
Block a user