logo search
This commit is contained in:
parent
c596831b0c
commit
125ef2b179
@ -21,6 +21,7 @@ type FsPreprocessLogo struct {
|
|||||||
Source *string `gorm:"index;default:'';" json:"source"` //
|
Source *string `gorm:"index;default:'';" json:"source"` //
|
||||||
Ctime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"ctime"` //
|
Ctime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"ctime"` //
|
||||||
Utime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"utime"` //
|
Utime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"utime"` //
|
||||||
|
ResourceVectorUrl *string `gorm:"default:'';" json:"resource_vector_url"` //
|
||||||
}
|
}
|
||||||
type FsPreprocessLogoModel struct {
|
type FsPreprocessLogoModel struct {
|
||||||
db *gorm.DB
|
db *gorm.DB
|
||||||
|
@ -18,7 +18,6 @@ type FsResource struct {
|
|||||||
ApiType *int64 `gorm:"default:1;" json:"api_type"` // 调用类型:1=对外,2=对内
|
ApiType *int64 `gorm:"default:1;" json:"api_type"` // 调用类型:1=对外,2=对内
|
||||||
BucketName *string `gorm:"default:'';" json:"bucket_name"` // 存储桶名: 1=持久 2=缓存
|
BucketName *string `gorm:"default:'';" json:"bucket_name"` // 存储桶名: 1=持久 2=缓存
|
||||||
Source *string `gorm:"default:'';" json:"source"` // 来源
|
Source *string `gorm:"default:'';" json:"source"` // 来源
|
||||||
ResourceVectorUrl *string `gorm:"default:'';" json:"resource_vector_url"` // 矢量图
|
|
||||||
}
|
}
|
||||||
type FsResourceModel struct {
|
type FsResourceModel struct {
|
||||||
db *gorm.DB
|
db *gorm.DB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user