refactor: 数据同步编辑页调整、echarts组件重构

This commit is contained in:
meilin.huang
2024-01-10 23:41:55 +08:00
parent 25b0ae4d2f
commit 3857d674ba
13 changed files with 619 additions and 408 deletions

View File

@@ -1,7 +1,5 @@
package entity
import "mayfly-go/pkg/model"
// InstanceQuery 数据库实例查询
type InstanceQuery struct {
Id uint64 `json:"id" form:"id"`
@@ -19,7 +17,7 @@ type DataSyncLogQuery struct {
// 数据库查询实体,不与数据库表字段一一对应
type DbQuery struct {
model.Model
Id uint64 `form:"id"`
Name string `orm:"column(name)" json:"name"`
Database string `orm:"column(database)" json:"database"`