Skip to content

Commit 174d94e

Browse files
committed
refactor: 필드 변경에 따른 코드 구조 변경 (DASOMBE-21)
1 parent 9ec4a26 commit 174d94e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ public ExecutiveEntity toEntity() {
4242
return ExecutiveEntity.builder()
4343
.name(this.name)
4444
.position(this.position)
45-
.role
45+
.role(this.role)
46+
.githubUsername(this.github_username)
47+
.team(this.team)
48+
.sortOrder(this.sortOrder)
4649
.build();
4750
}
4851
}

0 commit comments

Comments
 (0)