solar -> solarCnt 변경 #184

Merged
teddy merged 1 commits from feat/training_260324 into develop 2026-04-02 18:55:15 +09:00
Showing only changes of commit f6cd553af8 - Show all commits

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