reactor sql generation

This commit is contained in:
anqiansong
2020-08-12 09:19:37 +08:00
parent 40895ba8d9
commit f226ffb57c
45 changed files with 892 additions and 1045 deletions

View File

@@ -1,3 +1,3 @@
package sqltemplate
package template
var Field = `{{.name}} {{.type}} {{.tag}} {{.comment}}`