sunpengfei
2025-08-01 5b8a7043b39853e2a533273fc051fd1a11b8b02c
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; }