sunpengfei
2025-08-01 69bfc1b27123558bd2e6c5e69dfb560e94778fb9
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; }