2 Commits

Author SHA1 Message Date
732dccf2e4 Merge pull request 'solar -> solarCnt 변경' (#184) from feat/training_260324 into develop
Reviewed-on: #184
2026-04-02 18:55:14 +09:00
f6cd553af8 solar -> solarCnt 변경 2026-04-02 18:54:52 +09:00

View File

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