!108 feat:支持不同源数据库迁移

* feat:支持不同源数据库迁移
This commit is contained in:
zongyangleo
2024-03-15 09:01:51 +00:00
committed by Coder慌
parent 263dfa6be7
commit bd1e83989d
44 changed files with 3064 additions and 104 deletions

View File

@@ -15,6 +15,13 @@ type DataSyncLogQuery struct {
TaskId uint64 `json:"task_id" form:"taskId"`
}
type DbTransferTaskQuery struct {
}
type DbTransferLogQuery struct {
TaskId uint64 `json:"task_id" form:"taskId"`
}
// 数据库查询实体,不与数据库表字段一一对应
type DbQuery struct {
Id uint64 `form:"id"`