3
1

2 Ревизии aff0452707 ... 3047b5a9ea

Автор SHA1 Съобщение Дата
  qinchaoyue 3047b5a9ea Merge branch 'feature/snapshot' into test преди 15 часа
  qinchaoyue e667082e30 视频名称 преди 15 часа
променени са 2 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 5 0
      src/Hotline.Share/Dtos/Snapshot/SnapshotBulletinDto.cs
  2. 5 0
      src/Hotline/Snapshot/SnapshotBulletin.cs

+ 5 - 0
src/Hotline.Share/Dtos/Snapshot/SnapshotBulletinDto.cs

@@ -288,6 +288,11 @@ public class AddSnapshotBulletinInDto
     /// </summary>
     public string? VideoPath { get; set; }
 
+    /// <summary>
+    /// 视频名称
+    /// </summary>
+    public string? VideoName { get; set; }
+
     /// <summary>
     /// 视频封面
     /// </summary>

+ 5 - 0
src/Hotline/Snapshot/SnapshotBulletin.cs

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