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 2971b11 commit f89951bCopy full SHA for f89951b
src/main/java/dmu/dasom/api/domain/executive/dto/ExecutiveRequestDto.java
@@ -14,6 +14,8 @@
14
@Schema(name = "ExecutiveRequestDto", description = "임원진 요청 DTO")
15
public class ExecutiveRequestDto {
16
17
+ private Long id;
18
+
19
@NotBlank(message = "임원진 이름은 필수 입력 사항입니다.")
20
@Size(max = 50, message = "임원진 이름은 최대 50자입니다.")
21
@Schema(description = "임원진 이름", example = "김다솜")
0 commit comments