Skip to content

Commit

Permalink
Update BusCommentsVO.java
Browse files Browse the repository at this point in the history
  • Loading branch information
niziming authored Nov 15, 2022
1 parent bc1a82d commit 339bb37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class BusCommentsVO {
@ApiModelProperty(value = "内容")
private String content;
@ApiModelProperty(value = "点赞")
private Integer like;
private Integer up;
@ApiModelProperty(value = "评论时间")
@TableField("createTime")
private LocalDateTime createTime;
Expand Down

0 comments on commit 339bb37

Please sign in to comment.