Merge pull request 'solar -> solarCnt 변경' (#184) from feat/training_260324 into develop

Reviewed-on: #184
This commit was merged in pull request #184.
This commit is contained in:
2026-04-02 18:55:14 +09:00

View File

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