FlexJobApi.Core/Entities/Users/Department.cs
@@ -36,6 +36,11 @@ public List<Department> Childrens { get; set; } /// <summary> /// 部门路径 /// </summary> public string Path { get; set; } /// <summary> /// 企业Id /// </summary> public Guid EnterpriseId { get; set; }