qinchaoyue 1 ay önce
ebeveyn
işleme
f89759734c
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      src/Hotline/Snapshot/CommunityInfo.cs

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

@@ -29,6 +29,12 @@ public class CommunityInfo : CreationSoftDeleteEntity
     [SugarColumn(ColumnDescription = "社区全称")]
     public string FullName { get; set; }
 
+    /// <summary>
+    /// 部门编号
+    /// </summary>
+    [SugarColumn(ColumnDescription = "部门编号")]
+    public string DepartmentNo { get; set; }
+
     /// <summary>
     /// 父社区Code
     /// </summary>