fix: 测试计划报告导出为空
This commit is contained in:
parent
4f16615a72
commit
164b815473
|
@ -9,8 +9,5 @@ import lombok.Setter;
|
|||
@Setter
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public class TestPlanFailureApiDTO extends TestPlanApiCaseDTO {
|
||||
|
||||
private String projectName;
|
||||
|
||||
private String response;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@ import lombok.Setter;
|
|||
public class TestPlanApiCaseDTO extends ApiTestCaseDTO {
|
||||
private String environmentId;
|
||||
private String caseId;
|
||||
private String execResult;
|
||||
private String userId;
|
||||
private String creatorName;
|
||||
private String principalName;
|
||||
|
|
Loading…
Reference in New Issue