logo search

This commit is contained in:
eson 2023-10-20 16:40:18 +08:00
parent 1859a028aa
commit c596831b0c

View File

@ -18,6 +18,7 @@ type FsResource struct {
ApiType *int64 `gorm:"default:1;" json:"api_type"` // 调用类型1=对外2=对内
BucketName *string `gorm:"default:'';" json:"bucket_name"` // 存储桶名: 1=持久 2=缓存
Source *string `gorm:"default:'';" json:"source"` // 来源
ResourceVectorUrl *string `gorm:"default:'';" json:"resource_vector_url"` // 矢量图
}
type FsResourceModel struct {
db *gorm.DB