1.修改 owner_Id 为 user_Id,和主播业务保持一致

This commit is contained in:
2025-07-07 13:24:46 +08:00
parent 3baab6acbd
commit 31a780518a
6 changed files with 13 additions and 11 deletions

View File

@@ -104,4 +104,6 @@ public class BigBrotherController {
BeanUtils.toBean(list, BigBrotherRespVO.class));
}
}

View File

@@ -49,7 +49,7 @@ public class BigBrotherPageReqVO extends PageParam {
private String hostDisplayId;
@Schema(description = "该数据所属的账号id", example = "30487")
private String ownerId;
private String userId;
/**

View File

@@ -62,7 +62,7 @@ public class BigBrotherRespVO {
@Schema(description = "该数据所属的账号id", example = "30487")
@ExcelProperty("该数据所属的账号id")
private String ownerId;
private String userId;
@Schema(description = "创建时间")
@ExcelProperty("创建时间")

View File

@@ -47,6 +47,6 @@ public class BigBrotherSaveReqVO {
private String hostDisplayId;
@Schema(description = "该数据所属的账号id", example = "30487")
private String ownerId;
private String userId;
}

View File

@@ -74,7 +74,7 @@ public class BigBrotherDO extends BaseDO {
/**
* 该数据所属的账号id
*/
private String ownerId;
private String userId;
/**
* 该数据所属的租户id