Explorar o código

Merge branch 'feature/snapshot' into test

qinchaoyue hai 3 meses
pai
achega
f096a882d6
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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; }
 }