feat: 支持保存多个sql模板内容

This commit is contained in:
meilin.huang
2021-12-20 20:42:52 +08:00
parent 8d30d7103c
commit 423a33c9ff
7 changed files with 130 additions and 27 deletions

View File

@@ -38,6 +38,7 @@ type MachineScriptForm struct {
}
type DbSqlSaveForm struct {
Name string
Sql string `binding:"required"`
Type int `binding:"required"`
}