solar -> solarCnt 변경

This commit is contained in:
2026-04-02 18:54:52 +09:00
parent 5546e8ef89
commit f6cd553af8

View File

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