feat(接口测试): 添加前后置脚本执行标识

This commit is contained in:
fit2-zhao 2024-02-05 10:17:23 +08:00 committed by Craftsman
parent a834a563fb
commit ff5421775d
1 changed files with 5 additions and 0 deletions

View File

@ -119,4 +119,9 @@ public class RequestResult {
*/
private String fakeErrorCode;
/**
* 前后置脚本执行标识
*/
private String scriptIdentifier;
}