|
@@ -74,7 +74,8 @@ public class SystemOrganize : CreationSoftDeleteEntity
|
|
|
|
|
|
public void InitOrgLevel() => Level = Id.CalcOrgLevel();
|
|
public void InitOrgLevel() => Level = Id.CalcOrgLevel();
|
|
|
|
|
|
- public string OrgTypeText() => OrgType.GetDescription();
|
|
|
|
|
|
+ [SugarColumn(IsIgnore = true)]
|
|
|
|
+ public string OrgTypeText => OrgType.GetDescription();
|
|
}
|
|
}
|
|
|
|
|
|
public static class OrgExtensions
|
|
public static class OrgExtensions
|