Commit 8b4c3460 by huangfusuper

增加运行日志信息

parent df856613
......@@ -99,6 +99,18 @@ public class JobTaskRunLog implements Serializable {
private String triggerCode;
/**
* 运行结果信息
*/
@ApiModelProperty("运行结果信息")
private String runMsg;
/**
* 调度信息
*/
@ApiModelProperty("调度信息")
private String triggerMsg;
/**
* 触发时间
*/
@ApiModelProperty("触发时间")
......
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