sunpengfei
2025-08-04 723bfd806486bb870f0003f2cfbf61476a4e70f6
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; }