feat: add tenant info to super content list
This commit is contained in:
@@ -231,6 +231,8 @@ type AdminContentItem struct {
|
||||
Price *v1_dto.ContentPrice `json:"price"`
|
||||
StatusDescription string `json:"status_description"`
|
||||
VisibilityDescription string `json:"visibility_description"`
|
||||
// Tenant 内容所属租户信息,用于超管列表展示与跳转。
|
||||
Tenant *SuperContentTenantLite `json:"tenant"`
|
||||
}
|
||||
|
||||
type AdminContentOwnerLite struct {
|
||||
|
||||
Reference in New Issue
Block a user