fix
Hentua
2023-08-22 97abfaf3b963bafbf37e66066c05785dd6052725
src/main/java/cc/mrbird/febs/mall/vo/FootprintListVo.java
@@ -12,6 +12,9 @@
@ApiModel(value = "FootprintListVo", description = "浏览记录列表返回参数类")
public class FootprintListVo {
    @ApiModelProperty(value = "足迹ID")
    private Long id;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ApiModelProperty(value = "浏览时间")
    private Date updatedTime;