peng
8 天以前 aac2321d1cf5536f7ea03f30d55a4aba30fbf710
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;
}