fix:订单调整

This commit is contained in:
momo 2023-11-03 17:45:12 +08:00
parent af9bf73313
commit 2971e34325

View File

@ -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