refactor(测试跟踪): 包名规范

This commit is contained in:
chenjianxing 2022-07-25 15:45:45 +08:00 committed by jianxing
parent 75a9d76daf
commit 828b2d1e7d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package io.metersphere.track.Factory;
package io.metersphere.track.factory;
import io.metersphere.track.domain.*;
import io.metersphere.track.dto.TestPlanDTO;

View File

@ -36,7 +36,7 @@ import io.metersphere.performance.service.MetricQueryService;
import io.metersphere.performance.service.PerformanceReportService;
import io.metersphere.performance.service.PerformanceTestService;
import io.metersphere.service.*;
import io.metersphere.track.Factory.ReportComponentFactory;
import io.metersphere.track.factory.ReportComponentFactory;
import io.metersphere.track.domain.ReportComponent;
import io.metersphere.track.dto.*;
import io.metersphere.track.request.testcase.PlanCaseRelevanceRequest;