[KC-99] 분석도엽 코드 추가

This commit is contained in:
2026-01-15 11:31:54 +09:00
parent 15afebd579
commit d570cee4aa

View File

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