refactor(接口测试): 补充接口执行完成回调参数
This commit is contained in:
parent
9f3b1078ce
commit
7ba59b099f
|
@ -67,4 +67,12 @@ public class ApiNoticeDTO implements java.io.Serializable {
|
|||
* 是否是重新执行
|
||||
*/
|
||||
private Boolean rerun = false;
|
||||
/**
|
||||
* 任务ID
|
||||
*/
|
||||
private String taskId;
|
||||
/**
|
||||
* 任务项ID
|
||||
*/
|
||||
private String taskItemId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue