Skip to content

Commit f89951b

Browse files
committed
feat: DTO 요청 데이터 수정 (DASOMBE-14)
1 parent 2971b11 commit f89951b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
@Schema(name = "ExecutiveRequestDto", description = "임원진 요청 DTO")
1515
public class ExecutiveRequestDto {
1616

17+
private Long id;
18+
1719
@NotBlank(message = "임원진 이름은 필수 입력 사항입니다.")
1820
@Size(max = 50, message = "임원진 이름은 최대 50자입니다.")
1921
@Schema(description = "임원진 이름", example = "김다솜")

0 commit comments

Comments
 (0)