sunpengfei
2025-08-08 32288af3e5f12bc48d8360114c872fde5d9ff4a8
FlexJobApi.Core/Entities/Users/EnterpriseAuth.cs
@@ -13,6 +13,11 @@
    public class EnterpriseAuth : CommonEntity
    {
        /// <summary>
        /// 企业信息
        /// </summary>
        public Enterprise Enterprise { get; set; }
        /// <summary>
        /// 企业认证方式
        /// </summary>
        public EnumEnterpriseRealMethod? EnterpriseRealMethod { get; set; }
@@ -101,10 +106,5 @@
        /// 企业授权书
        /// </summary>
        public string ProxyPowerAttorneyUrl { get; set; }
        /// <summary>
        /// 是否实名
        /// </summary>
        public bool IsReal { get; set; }
    }
}