zxl
2025-07-24 5476f0366c2042d8b3858369fc0c149d57b2fb9f
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;
}