Browse Source

Update model.go.tpl

自动化代码bug修复
蒋吉兆 4 năm trước cách đây
mục cha
commit
70295bbe0b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      server/resource/template/te/model.go.tpl

+ 0 - 1
server/resource/template/te/model.go.tpl

@@ -14,4 +14,3 @@ type {{.StructName}} struct {
       {{.FieldName}}  {{.FieldType}} `json:"{{.FieldJson}}" form:"{{.FieldJson}}" gorm:"column:{{.ColumnName}};comment:'{{.Comment}}'"`
             {{- end }}  {{- end }} 
 }
-}