|
@ -32,6 +32,10 @@ public class SchBaseTask implements Serializable { |
|
|
private String task_code; |
|
|
private String task_code; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "外部参数") |
|
|
|
|
|
private String job_name; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "任务状态") |
|
|
@ApiModelProperty(value = "任务状态") |
|
|
private String task_status; |
|
|
private String task_status; |
|
|
|
|
|
|
|
|