Merge pull request '[KC-99] 분석도엽 코드 추가' (#240) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/240
This commit is contained in:
2026-01-15 11:32:14 +09:00

View File

@@ -462,7 +462,7 @@ public class InferenceResultDto {
@Schema(description = "분석도엽 명") @Schema(description = "분석도엽 명")
@JsonProperty("mapSheetScopeName") @JsonProperty("mapSheetScopeName")
private String getMapSheetScope() { private String getMapSheetScopeName() {
return MapSheetScope.getDescByCode(this.mapSheetScope); return MapSheetScope.getDescByCode(this.mapSheetScope);
} }