Merge remote-tracking branch 'origin/master'

This commit is contained in:
cyk
2023-12-22 10:37:03 +08:00
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;
}