zxl
2025-08-14 faa72d92a85495994ef0dc8267d571bb6a955577
framework/src/main/java/cn/lili/modules/member/entity/dos/FootPrint.java
@@ -42,7 +42,9 @@
    @ApiModelProperty(value = "浏览类型:goods商品、view视频")
    private String viewType;
    @ApiModelProperty(value = "观看时长:秒")
    @ApiModelProperty(value = "观看时长:毫秒")
    private Long viewDuration;
    @ApiModelProperty(value = "播放至:毫秒")
    private String playAt;
}