zxl
2025-09-11 f827be041253b7aef34196a432c625b9c4f6cd94
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;
}