|
@ -7,5 +7,5 @@ import ( |
|
|
|
|
|
|
|
|
type {{.StructName}} struct { |
|
|
type {{.StructName}} struct { |
|
|
gorm.Model {{range .Fields}} |
|
|
gorm.Model {{range .Fields}} |
|
|
{{.FieldName}} {{.FieldType}} `json:"{{.FieldJson}}"{{if .ColumnName}} gorm:"column:{{.ColumnName}}"{{end}}`{{ end }} |
|
|
|
|
|
|
|
|
{{.FieldName}} {{.FieldType}} `json:"{{.FieldJson}}" form:"{{.FieldJson}}" {{if .ColumnName}} gorm:"column:{{.ColumnName}}"{{end}}`{{ end }} |
|
|
} |
|
|
} |