|
@@ -195,5 +195,10 @@ public class SnapshotBulletin : CreationEntity
|
|
[SugarColumn(ColumnDescription = "视频封面")]
|
|
[SugarColumn(ColumnDescription = "视频封面")]
|
|
public string? VideoCoverImgUrl { get; set; }
|
|
public string? VideoCoverImgUrl { get; set; }
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 视频名称
|
|
|
|
+ /// </summary>
|
|
|
|
+ [SugarColumn(ColumnDescription = "视频封面")]
|
|
|
|
+ public string? VideoName { get; set; }
|
|
}
|
|
}
|
|
|
|
|