mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-09 09:20:25 +08:00
refactor: 数据同步优化 & 标签树支持双击展开节点 & mysql支持with语句
This commit is contained in:
@@ -5,6 +5,7 @@ import "time"
|
||||
type DataSyncTaskListVO struct {
|
||||
Id int64 `json:"id"`
|
||||
TaskName string `json:"taskName"`
|
||||
TaskCron string `json:"cron"`
|
||||
CreateTime *time.Time `json:"createTime"`
|
||||
Creator string `json:"creator"`
|
||||
UpdateTime *time.Time `json:"updateTime"`
|
||||
|
||||
Reference in New Issue
Block a user