评论,回复,删评

This commit is contained in:
sjm
2023-12-22 10:35:12 +08:00
parent 1201edf7d5
commit 2d15b6b773
2 changed files with 8 additions and 11 deletions

View File

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