데이터셋 태양광 조회 추가

This commit is contained in:
2026-04-07 16:46:33 +09:00
parent d48e96ba82
commit 8043e1a41a
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ public class ModelTrainMngDto {
private Long LandCoverCnt;
@Schema(description = "태양광", example = "0")
private Long solarCnt;
private Long solarPanelCnt;
}
@Getter