评论,回复,删评
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user