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