This commit is contained in:
孟帅
2023-11-25 18:36:11 +08:00
parent 40117c700d
commit 70e9f966c3
142 changed files with 5407 additions and 2058 deletions

View File

@@ -14,9 +14,10 @@ type SysCron struct {
g.Meta `orm:"table:hg_sys_cron, do:true"`
Id interface{} // 任务ID
GroupId interface{} // 分组ID
Name interface{} // 任务名称
Title interface{} // 任务标题
Name interface{} // 任务方法
Params interface{} // 函数参数
Pattern interface{} // 定时表达式
Pattern interface{} // 表达式
Policy interface{} // 策略
Count interface{} // 执行次数
Sort interface{} // 排序