Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
61fdc56a
Commit
61fdc56a
authored
Jul 09, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改工作流实例查询接口数据载体
parent
8783187d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
JobStatusDto.java
...-core/src/main/java/com/byit/dto/plugin/JobStatusDto.java
+1
-21
No files found.
byit-myth-core/myth-dto-core/src/main/java/com/byit/dto/plugin/
EventCallback
Dto.java
→
byit-myth-core/myth-dto-core/src/main/java/com/byit/dto/plugin/
JobStatus
Dto.java
View file @
61fdc56a
...
...
@@ -16,7 +16,7 @@ import java.io.Serializable;
@Data
@AllArgsConstructor
@NoArgsConstructor
public
class
EventCallback
Dto
implements
Serializable
{
public
class
JobStatus
Dto
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment