2 Commits 3344780a2c ... 7f53aa7a61

Author SHA1 Message Date
  qinchaoyue 7f53aa7a61 Merge branch 'feature/snapshot' into test 1 day ago
  qinchaoyue 68ce149dd9 随手拍公告新增反惨 1 day ago

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

@@ -263,6 +263,8 @@ public class AddSnapshotBulletinInDto
 
     /// <summary>
     /// 公告形式
+    /// 0: 消息
+    /// 1: 视频
     /// </summary>
     public EBulletinShape? Shape { get; set; }
 

+ 5 - 0
src/Hotline.Share/Enums/Snapshot/EBulletinShape.cs

@@ -7,6 +7,11 @@ using System.Threading.Tasks;
 
 namespace Hotline.Share.Enums.Snapshot;
 
+/// <summary>
+/// 公告形式
+/// 0: 消息
+/// 1: 视频
+/// </summary>
 public enum EBulletinShape
 {
     /// <summary>