namespace ZhonTai.Admin.Core.Entities; /// /// 部门接口 /// public interface IOrg { /// /// 创建者部门Id /// long? CreatedOrgId { get; set; } }