Skip to content

Commit 94ac14e

Browse files
committed
refactor : Dto 에서 memberId 제거
1 parent 587dd86 commit 94ac14e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

back/src/main/java/com/back/domain/post/comment/dto/CommentCreateRequest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
@Data
77
public class CommentCreateRequest {
8-
private Long postId;
98
private String role;
109
@NotBlank(message = "댓글을 입력해주세요")
1110
private String comment;

0 commit comments

Comments
 (0)