@@ -79,4 +79,8 @@ public class TeachingVideoInfoVo extends BaseBusinessEntity {
@ApiModelProperty(value = "排序")
private Integer sort;
+ @TableField("permission")
+ @ApiModelProperty(value = "播放权限")
+ private Integer permission;
+
}