sunpengfei
2025-08-01 937dbb7cc77729b1a7d35b87fd421bc44046c108
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; }