文件存储-定时同步租户文件存储容量信息接口优化

This commit is contained in:
2025-12-29 14:42:56 +08:00
parent 36c9b61db0
commit e65bdeb229
5 changed files with 71 additions and 69 deletions

View File

@@ -10,7 +10,7 @@ type File struct {
do.MongoBaseDO `bson:",inline"` // 嵌入基础字段Id, Creator, CreatedAt, Updater, UpdatedAt, TenantId, IsDeleted
// 基础信息
FileURL string `bson:"fileURL" json:"fileURL"` // 图URL
FileSize int64 `bson:"fileSize" json:"fileSize"`
FileSize byte `bson:"fileSize" json:"fileSize"`
}
// CollectionName 存储集合名称