KKSU
2025-02-07 6539b325b5ce95d1fafa864c75a32279c954167f
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;