Skip to content

Commit

Permalink
[CHORE] 변수명 일부 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Feb 27, 2024
1 parent 35a1d5b commit 4a4fadb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ public record CreateRecruitmentPostRequestDto(
ProceedType proceedType,
@NotNull
@Schema(description = "수업 관련 정보")
CourseTagDto courseTagDto,
CourseTagDto courseTag,
@NotNull
@Schema(description = "태그", example = "[웹개발, AI, 졸업작품]")
List<String> Tags,
@NotNull
@Schema(description = "필요한 역할들(List 형태로)", example = "")
List<RecruitmentRoleDto> recruitmentRoleDtos,
List<RecruitmentRoleDto> recruitmentRoles,
@NotBlank
@Schema(description = "제목", example = "졸작 사람 구합니다!!")
String title,
Expand Down

0 comments on commit 4a4fadb

Please sign in to comment.