|
@@ -78,14 +78,14 @@ public class FsUserWatchCourseStatisticsExportVO extends BaseEntity{
|
|
@Excel(name = "观看人数")
|
|
@Excel(name = "观看人数")
|
|
private Integer watchNum;
|
|
private Integer watchNum;
|
|
|
|
|
|
- /** 完播人数 */
|
|
|
|
- @Excel(name = "完播人数")
|
|
|
|
- private Integer completeWatchNum;
|
|
|
|
-
|
|
|
|
/** 上线率+% */
|
|
/** 上线率+% */
|
|
@Excel(name = "上线率")
|
|
@Excel(name = "上线率")
|
|
private String onlineRatePercent;
|
|
private String onlineRatePercent;
|
|
|
|
|
|
|
|
+ /** 完播人数 */
|
|
|
|
+ @Excel(name = "完播人数")
|
|
|
|
+ private Integer completeWatchNum;
|
|
|
|
+
|
|
/** 完播率 */
|
|
/** 完播率 */
|
|
// @Excel(name = "完播率")
|
|
// @Excel(name = "完播率")
|
|
private BigDecimal completeWatchRate;
|
|
private BigDecimal completeWatchRate;
|