Browse Source

Merge branch 'feature/snapshot' into test

qinchaoyue 3 months ago
parent
commit
a9dd45745b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline/Snapshot/InviteCode.cs

+ 1 - 1
src/Hotline/Snapshot/InviteCode.cs

@@ -39,7 +39,7 @@ public class InviteCode : CreationSoftDeleteEntity
     /// 上级部门ID
     /// 上级部门ID
     /// </summary>
     /// </summary>
     [SugarColumn(ColumnDescription = "上级部门ID")]
     [SugarColumn(ColumnDescription = "上级部门ID")]
-    public string ParentOrgId { get; set; }
+    public string? ParentOrgId { get; set; }
 
 
     /// <summary>
     /// <summary>
     /// 邀请码Url
     /// 邀请码Url