mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-05 02:34:11 +08:00
修改定时任务关键词
This commit is contained in:
@@ -17,7 +17,7 @@ public class Crontab implements Serializable {
|
||||
@TableId(value="id", type= IdType.AUTO)
|
||||
private Integer id; // 主键
|
||||
private String name; // 任务名称
|
||||
private String groups; // 任务分组
|
||||
private String types; // 任务分组
|
||||
private String command; // 执行命令
|
||||
private String rules; // 执行规则
|
||||
private String remark; // 备注信息
|
||||
|
||||
Reference in New Issue
Block a user