mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-22 12:15:17 +08:00
refactor: 数据同步编辑页调整、echarts组件重构
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user