Skip to content

Commit

Permalink
Update BaseScenicSpotVO.java
Browse files Browse the repository at this point in the history
  • Loading branch information
niziming authored Nov 16, 2022
1 parent 8bd8944 commit 6a03dda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public class BaseScenicSpotVO {
@ApiModelProperty(value = "景点开放时间范围")
private String openRangeTime;
@ApiModelProperty(value = "景点信息发布时间")
@TableField("creatTime")
private LocalDateTime creatTime;
@TableField("createTime")
private LocalDateTime createTime;
@ApiModelProperty(value = "景点描述内容")
private String content;
}
Expand Down

0 comments on commit 6a03dda

Please sign in to comment.