mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-12-18 06:06:02 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -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{} // 排序
|
||||
|
||||
Reference in New Issue
Block a user