|
@@ -8,7 +8,6 @@ import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
-import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* 系统检查返回dto
|
|
@@ -72,22 +71,6 @@ public class GisSurveySystemCheckResult {
|
|
|
* 重叠线结果
|
|
|
*/
|
|
|
private GisSurveySystemCheckResultDetail overlapLinesResult = new GisSurveySystemCheckResultDetail();
|
|
|
- /**
|
|
|
- * 孤立点集合
|
|
|
- */
|
|
|
- private List<GisSurveySystemCheckElement> isolatedPoints;
|
|
|
- /**
|
|
|
- * 孤立线code
|
|
|
- */
|
|
|
- private List<List<GisSurveySystemCheckElement>> isolatedLines;
|
|
|
- /**
|
|
|
- * 重复点code集合
|
|
|
- */
|
|
|
- private List<List<GisSurveySystemCheckElement>> duplicatePoints;
|
|
|
- /**
|
|
|
- * 重叠线code集合
|
|
|
- */
|
|
|
- private List<List<GisSurveySystemCheckElement>> overlapLines;
|
|
|
|
|
|
/**
|
|
|
* 进行中
|