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 1cc7ad2 commit 939fe03Copy full SHA for 939fe03
src/main/java/dmu/dasom/api/domain/executive/entity/ExecutiveEntity.java
@@ -76,6 +76,7 @@ public ExecutiveResponseDto toResponseDto() {
76
.role(this.role)
77
.github_username(this.githubUsername)
78
.team(this.team)
79
+ .sortOrder(this.sortOrder)
80
.build();
81
}
82
@@ -88,6 +89,7 @@ public ExecutiveListResponseDto toListResponseDto() {
88
89
90
91
92
93
94
95
0 commit comments