feat/training_260202 #12
@@ -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 = "기준연도는 필수입니다")
|
||||
|
||||
Reference in New Issue
Block a user