We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019b074 commit 2971b11Copy full SHA for 2971b11
src/main/java/dmu/dasom/api/domain/executive/dto/ExecutiveRequestDto.java
@@ -11,7 +11,7 @@
11
@Getter
12
@NoArgsConstructor
13
@AllArgsConstructor
14
-@Schema(name = "ExecutiveRequestDto", description = "임원진 생성 요청 DTO")
+@Schema(name = "ExecutiveRequestDto", description = "임원진 요청 DTO")
15
public class ExecutiveRequestDto {
16
17
@NotBlank(message = "임원진 이름은 필수 입력 사항입니다.")
0 commit comments