Skip to content

Commit

Permalink
fix : communityRes 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Nov 22, 2023
1 parent 1f9b6d3 commit 7ec4a81
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 196 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class CommunityRes {
private Long contentsId;
private String contents;
private String contentsTitle;
private String contentsUrl;

private String likeStatus;

Expand Down Expand Up @@ -63,5 +64,6 @@ public void updateContentsDto(ContentsDto contentsDto) {
this.keyword = contentsDto.getKeyword();
this.contents = contentsDto.getUrl();
this.contentsTitle = contentsDto.getTitle();
this.contentsUrl = contentsDto.getImgUrl();
}
}

0 comments on commit 7ec4a81

Please sign in to comment.