feat/training_260202 #12

Merged
teddy merged 2 commits from feat/training_260202 into develop 2026-02-04 12:32:37 +09:00
Showing only changes of commit f9d081970d - Show all commits

View File

@@ -158,7 +158,7 @@ public class DatasetDto {
@NotBlank(message = "비교연도는 필수입니다")
@Size(max = 4, message = "비교연도는 4자리입니다")
@Schema(description = "비교연도 (YYYY)", example = "2024")
@Schema(description = "비교연도 (YYYY)", example = "2023")
private Integer compareYear;
@NotBlank(message = "기준연도는 필수입니다")