logo search
This commit is contained in:
parent
1859a028aa
commit
c596831b0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user