KKSU
2025-01-21 4fdb8f2d4f3bb6f102514e346b7360f66d8e14d5
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;