변화탐지정보 도엽번호 검수자 추가
This commit is contained in:
@@ -491,6 +491,10 @@ public class TrainingDataReviewRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
mapSheetAnalDataInferenceGeomEntityEntity.getPnu() != null
|
mapSheetAnalDataInferenceGeomEntityEntity.getPnu() != null
|
||||||
? mapSheetAnalDataInferenceGeomEntityEntity.getPnu()
|
? mapSheetAnalDataInferenceGeomEntityEntity.getPnu()
|
||||||
: 0L)
|
: 0L)
|
||||||
|
.mapSheetNum(
|
||||||
|
mapSheetAnalDataInferenceGeomEntityEntity.getMapSheetNum() != null
|
||||||
|
? mapSheetAnalDataInferenceGeomEntityEntity.getMapSheetNum()
|
||||||
|
: 0L)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
var inspectionResultInfo =
|
var inspectionResultInfo =
|
||||||
|
|||||||
@@ -337,6 +337,9 @@ public class TrainingDataReviewDto {
|
|||||||
|
|
||||||
@Schema(description = "PNU (필지고유번호)", example = "36221202306020")
|
@Schema(description = "PNU (필지고유번호)", example = "36221202306020")
|
||||||
private Long pnu;
|
private Long pnu;
|
||||||
|
|
||||||
|
@Schema(description = "도엽번호 (map_sheet_num)", example = "34602057")
|
||||||
|
private Long mapSheetNum;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Schema(name = "ClassificationInfo", description = "분류정보")
|
@Schema(name = "ClassificationInfo", description = "분류정보")
|
||||||
|
|||||||
Reference in New Issue
Block a user