fix:订单调整
This commit is contained in:
parent
af9bf73313
commit
2971e34325
|
@ -23,8 +23,7 @@ type FsPreprocessLogo struct {
|
|||
Source *string `gorm:"index;default:'';" json:"source"` //
|
||||
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"` //
|
||||
IsDel *int64 `gorm:"default:0;" json:"is_del"` // 是否删除
|
||||
Dtime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"dtime"` //
|
||||
IsDel *int64 `gorm:"index;default:0;" json:"is_del"` // 是否删除
|
||||
}
|
||||
type FsPreprocessLogoModel struct {
|
||||
db *gorm.DB
|
||||
|
|
Loading…
Reference in New Issue
Block a user