sunpengfei
2025-08-08 6c0058d15ab61956b806f62a2b576ffd5d723ed9
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; }
    }
}