refactor(接口测试): 补充接口执行完成回调参数

This commit is contained in:
AgAngle 2025-01-03 15:22:00 +08:00 committed by Craftsman
parent 9f3b1078ce
commit 7ba59b099f
1 changed files with 8 additions and 0 deletions

View File

@ -67,4 +67,12 @@ public class ApiNoticeDTO implements java.io.Serializable {
* 是否是重新执行
*/
private Boolean rerun = false;
/**
* 任务ID
*/
private String taskId;
/**
* 任务项ID
*/
private String taskItemId;
}