fix
This commit is contained in:
parent
8de81859d2
commit
f84644b406
|
@ -23,7 +23,6 @@ type FsProductTemplateV2 struct {
|
||||||
TemplateTag *string `gorm:"default:'';" json:"template_tag"` //
|
TemplateTag *string `gorm:"default:'';" json:"template_tag"` //
|
||||||
IsDel *int64 `gorm:"default:0;" json:"is_del"` // 是否删除 1删除
|
IsDel *int64 `gorm:"default:0;" json:"is_del"` // 是否删除 1删除
|
||||||
SwitchInfo *string `gorm:"default:'';" json:"switch_info"` //
|
SwitchInfo *string `gorm:"default:'';" json:"switch_info"` //
|
||||||
GroupOptions *string `gorm:"default:'';" json:"group_options"` //
|
|
||||||
Version *int64 `gorm:"index;default:0;" json:"version"` // 默认1
|
Version *int64 `gorm:"index;default:0;" json:"version"` // 默认1
|
||||||
}
|
}
|
||||||
type FsProductTemplateV2Model struct {
|
type FsProductTemplateV2Model struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user