Skip to content

Commit 6f1a52d

Browse files
committed
Add isRely field to Comment model
1 parent d566d07 commit 6f1a52d

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/programming/commentService/model

1 file changed

+1
-0
lines changed

src/main/java/com/programming/commentService/model/Comment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ public class Comment {
2222
private int number;
2323
private int likes;
2424
private int dislikes;
25+
private boolean isRely;
2526
}

0 commit comments

Comments
 (0)