sunpengfei
2025-08-21 d1ab857c45b29cf8721bfe1892356a45beeecfd8
FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseAuth.cs
@@ -107,5 +107,15 @@
        /// 企业授权书
        /// </summary>
        public string ProxyPowerAttorneyUrl { get; set; }
        /// <summary>
        /// 电子签企业Id
        /// </summary>
        public Guid? ElectronSignEnterpriseId { get; set; }
        /// <summary>
        /// 实名Id
        /// </summary>
        public string RealId { get; set; }
    }
}