revert(接口测试): 回退小陈误合的代码

This commit is contained in:
wxg0103 2023-05-04 11:02:26 +08:00 committed by wxg0103
parent 8b145a703b
commit d263fa2112
3 changed files with 4 additions and 3 deletions

View File

@ -12,5 +12,5 @@ public class GraphBatchRequest {
private String name;
private List<OrderRequest> orders;
private String projectId;
private QueryTestCaseRequest condition;
private BaseQueryRequest condition;
}

View File

@ -1,5 +1,6 @@
package io.metersphere.request;
package io.metersphere.remote.dto;
import io.metersphere.request.BaseQueryRequest;
import lombok.Getter;
import lombok.Setter;

View File

@ -3,7 +3,7 @@ package io.metersphere.remote.service;
import io.metersphere.base.domain.TestCase;
import io.metersphere.commons.constants.MicroServiceName;
import io.metersphere.commons.utils.LogUtil;
import io.metersphere.request.QueryTestCaseRequest;
import io.metersphere.remote.dto.QueryTestCaseRequest;
import io.metersphere.service.MicroService;
import jakarta.annotation.Resource;
import org.apache.commons.collections.CollectionUtils;