Ver Fonte

Merge branch 'feature/snapshot' into test

qinchaoyue há 3 meses atrás
pai
commit
f096a882d6
1 ficheiros alterados com 6 adições e 0 exclusões
  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; }
 }