|
@@ -101,9 +101,13 @@ public class VipExamVideo extends BaseBusinessEntity {
|
|
|
|
|
|
/** 观看模式 0:免费 1:试看20秒 2:会员 */
|
|
|
@Excel(name = "观看模式")
|
|
|
- @TableField("exam_name")
|
|
|
- @ApiModelProperty(value = "观看模式 0:免费 1:试看20秒 2:会员")
|
|
|
+ @TableField("permission")
|
|
|
+ @ApiModelProperty(value = "观看模式 0:免费 1:试看 2:会员")
|
|
|
private Integer permission;
|
|
|
|
|
|
-
|
|
|
+ /** 试看秒数 单位秒 */
|
|
|
+ @Excel(name = "试看秒数 单位秒")
|
|
|
+ @TableField("try_look_second")
|
|
|
+ @ApiModelProperty(value = "试看秒数 单位秒")
|
|
|
+ private Integer tryLookSecond;
|
|
|
}
|