mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-27 22:55:19 +08:00
feat: 支持保存多个sql模板内容
This commit is contained in:
@@ -7,7 +7,8 @@ import (
|
||||
type DbSql struct {
|
||||
model.Model `orm:"-"`
|
||||
|
||||
DbId uint64 `json:"db_id"`
|
||||
DbId uint64 `json:"dbId"`
|
||||
Type int `json:"type"` // 类型
|
||||
Sql string `json:"sql"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user