fix:优化
This commit is contained in:
@@ -14,7 +14,7 @@ type FsUserMaterial struct {
|
||||
ResourceId *string `gorm:"default:'';" json:"resource_id"` //
|
||||
ResourceUrl *string `gorm:"default:'';" json:"resource_url"` //
|
||||
Metadata *[]byte `gorm:"default:'';" json:"metadata"` //
|
||||
CreateAt *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"create_at"` // 上传时间
|
||||
Ctime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"ctime"` // 上传时间
|
||||
}
|
||||
type FsUserMaterialModel struct {
|
||||
db *gorm.DB
|
||||
|
||||
Reference in New Issue
Block a user