From 2971e343254c842ca6805c932f49b1b8baf3b8be Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Fri, 3 Nov 2023 17:45:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AE=A2=E5=8D=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/gmodel/fs_preprocess_logo_gen.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model/gmodel/fs_preprocess_logo_gen.go b/model/gmodel/fs_preprocess_logo_gen.go index 766f0b73..792df0d5 100644 --- a/model/gmodel/fs_preprocess_logo_gen.go +++ b/model/gmodel/fs_preprocess_logo_gen.go @@ -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