sunpengfei
2025-08-08 26f32337709ab7b8d8266daa93a03e16288f8e00
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; }
    }
}