瀏覽代碼

feat:上线率导出位置调整

caoliqin 1 周之前
父節點
當前提交
8574c3b36a

+ 4 - 4
fs-service-system/src/main/java/com/fs/course/vo/FsUserWatchCourseStatisticsExportVO.java

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