oss文件存储服务-租户存储空间信息同步接口优化

This commit is contained in:
2025-12-30 18:45:37 +08:00
parent afe5d80f65
commit 17e7ae0437
8 changed files with 140 additions and 23 deletions

View File

@@ -16,3 +16,10 @@ type UploadFileRes struct {
FileURL string `json:"fileURL" dc:"上传地址"`
FileAddressPrefix string `json:"fileAddressPrefix"`
}
type TenantOssTotal struct {
TenantId string `json:"tenantId"`
UsedOssSize int `json:"usedOssSize"`
TotalOssSize int `json:"totalOssSize"`
Updater string `json:"updater"`
}