Skip to content

Commit 2971b11

Browse files
committed
rename: 오탈자 수정 (DASOMBE-14)
1 parent 019b074 commit 2971b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dmu/dasom/api/domain/executive/dto/ExecutiveRequestDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@Getter
1212
@NoArgsConstructor
1313
@AllArgsConstructor
14-
@Schema(name = "ExecutiveRequestDto", description = "임원진 생성 요청 DTO")
14+
@Schema(name = "ExecutiveRequestDto", description = "임원진 요청 DTO")
1515
public class ExecutiveRequestDto {
1616

1717
@NotBlank(message = "임원진 이름은 필수 입력 사항입니다.")

0 commit comments

Comments
 (0)