评论,回复,删评

This commit is contained in:
sjm
2023-12-22 11:10:17 +08:00
parent 3e1265b72c
commit 39048bbcfc
2 changed files with 1 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ import lombok.Data;
public class Comment implements Serializable {
public Comment(){
this.likeCount = Long.valueOf(0);
this.commentStatus = 1;
this.commentStatus = 0;
}
public Integer getId() {
return id;