feat: add storage and media table

This commit is contained in:
Rogee
2025-01-10 17:50:54 +08:00
parent 9169bca0e4
commit 005beee08e
8 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package fields
// swagger:enum UserStatus
// ENUM( Local ,AliOSS, S3, MinIO)
type StorageType int16