Commit 61fdc56a by huangfusuper

修改工作流实例查询接口数据载体

parent 8783187d
......@@ -16,7 +16,7 @@ import java.io.Serializable;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class EventCallbackDto implements Serializable {
public class JobStatusDto implements Serializable {
/**
* 项目名称
*/
......@@ -34,26 +34,6 @@ public class EventCallbackDto implements Serializable {
*/
private String jobName;
/**
* 回调任务类型
*/
private CallbackJobType callbackJobType;
/**
* 任务参数
*/
private String param;
/**
* 前置通知时间 加入刻度时间
*/
private Long jobPreTime;
/**
* 中置通知时间 任务开始时间
*/
private Long jobStartTime;
/**
* 后置通知时间 任务结束时间
*/
private Long jobEndTime;
/**
* 调度类型
*/
private ScheduleTypeEnum scheduleType;
......
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