Sfoglia il codice sorgente

Merge branch 'feature/snapshot' into test

qinchaoyue 3 mesi fa
parent
commit
f096a882d6
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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; }
 }