浏览代码

Merge branch 'feature/snapshot' into test

qinchaoyue 3 月之前
父节点
当前提交
f096a882d6
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/Hotline/Snapshot/InviteCode.cs

+ 6 - 0
src/Hotline/Snapshot/InviteCode.cs

@@ -46,4 +46,10 @@ public class InviteCode : CreationSoftDeleteEntity
     /// </summary>
     [SugarColumn(ColumnDescription = "邀请码Url")]
     public string? QRCodeUrl { get; set; }
+
+    /// <summary>
+    /// 上传附件Id
+    /// </summary>
+    [SugarColumn(ColumnDescription ="上传附件Id")]
+    public string? Additions { get; set; }
 }