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; } } }