瀏覽代碼

Update model.go.tpl

自动化代码bug修复
蒋吉兆 4 年之前
父節點
當前提交
70295bbe0b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 }} 
 }
-}