mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-23 12:45:30 +08:00
feat: 调整单个数据库资源可配置多个数据库
This commit is contained in:
@@ -4,6 +4,7 @@ import SqlExecDialog from './SqlExecDialog.vue'
|
||||
export type SqlExecProps = {
|
||||
sql: string
|
||||
dbId: number,
|
||||
db: string,
|
||||
runSuccessCallback?: Function,
|
||||
cancelCallback?: Function
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user