|
|
@@ -78,6 +78,12 @@ public class FsUserCourseVideo extends BaseEntity
|
|
|
private Integer uploadType;
|
|
|
|
|
|
private BigDecimal redPacketMoney;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 随机红包配置
|
|
|
+ */
|
|
|
+ private String randomRedPacketRules;
|
|
|
+
|
|
|
private Long fileSize;//文件大小 字节
|
|
|
private String fileKey;//文件key 对用存储桶
|
|
|
private String round;//轮次
|
|
|
@@ -112,4 +118,12 @@ public class FsUserCourseVideo extends BaseEntity
|
|
|
|
|
|
private Long listingEndTime;//商品结束售卖时间
|
|
|
|
|
|
+ private Integer isSpeed; // 是否启用倍速 0:否 1:是
|
|
|
+
|
|
|
+ // 是否上架 0:上架,1:下架
|
|
|
+ private Integer isOnPut;
|
|
|
+
|
|
|
+ private String jobId;
|
|
|
+
|
|
|
+ private String vid;
|
|
|
}
|