Skip to content

Commit

Permalink
feat : 배너 DTO 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wlswo committed Feb 13, 2024
1 parent 5b35e50 commit d7c28ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/moco/moco/dto/BannerDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ public Response(Banner banner) {
this.id = banner.getId();
this.ordering = banner.getOrdering();
this.memo = banner.getMemo();
this.title = banner.getTitle();
this.content = banner.getContent();
this.description = banner.getDescription();
this.backgroundColor = banner.getBackgroundColor();
this.imageLink = banner.getImageLink();
this.expose = banner.isExpose();
}
Expand Down

0 comments on commit d7c28ff

Please sign in to comment.