Commit 3a3d6ac3 authored by midKingKing's avatar midKingKing

Updates 框架功能描述/计划任务.md

Auto commit by GitBook Editor
parent b5afc56d
......@@ -28,13 +28,17 @@
新增一条任务记录之后可以对该任务进行参数配置和权限控制:
#### 1、任务配置
#### 2.1 任务配置
点击任务配置,打开任务配置明细弹窗,可在此处添加、删除、修改任务所需参数。 ![](/assets/task_parameter.png)
#### 2权限控制
#### 2.2 权限控制
点击权限设置,打开权限控制明细弹窗,可在此处对任务权限人进行添加、删除、修改操作:
角色代码为权限人的代码,角色名称为权限人的名字,起始日期和结束日期控制该人员可对该任务操作的时间。 ![](/assets/task_authority.png)
#### 2.3 任务类的编写
想要自定义一个job,必须要继承一个抽象类AbstractJob,然后在`safeExecute()`方法中执行
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment