mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: dbm重构等
This commit is contained in:
13
server/internal/db/application/param.go
Normal file
13
server/internal/db/application/param.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package application
|
||||
|
||||
import "io"
|
||||
|
||||
type DumpDbReq struct {
|
||||
DbId uint64
|
||||
DbName string
|
||||
Tables []string
|
||||
DumpDDL bool // 是否dump ddl
|
||||
DumpData bool // 是否dump data
|
||||
|
||||
Writer io.Writer
|
||||
}
|
||||
Reference in New Issue
Block a user