mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 14:45:48 +08:00
refactor: 机器计划任务与流程定义关联至标签
This commit is contained in:
@@ -19,14 +19,6 @@ type MachineCronJob struct {
|
||||
SaveExecResType int `json:"saveExecResType"` // 记录执行结果类型
|
||||
}
|
||||
|
||||
// 计划任务与机器关联信息
|
||||
type MachineCronJobRelate struct {
|
||||
model.CreateModel
|
||||
|
||||
CronJobId uint64
|
||||
MachineId uint64
|
||||
}
|
||||
|
||||
// 机器任务执行记录
|
||||
type MachineCronJobExec struct {
|
||||
model.DeletedModel
|
||||
|
||||
Reference in New Issue
Block a user