Skip to content

Commit

Permalink
fix: PostScrapDto에 Getter 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjsqls5973 committed Nov 1, 2023
1 parent 41e6aba commit 136f963
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

import WithYou.domain.scrap.entity.Scrap;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;

import java.time.LocalDateTime;

@AllArgsConstructor
@Getter
public class PostScrapDto {
private Long postId;
private String title;
Expand Down

0 comments on commit 136f963

Please sign in to comment.