From 32288af3e5f12bc48d8360114c872fde5d9ff4a8 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 08 八月 2025 09:09:08 +0800 Subject: [PATCH] pref:优化 --- FlexJobApi.Core/Entities/Users/EnterpriseAuth.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FlexJobApi.Core/Entities/Users/EnterpriseAuth.cs b/FlexJobApi.Core/Entities/Users/EnterpriseAuth.cs index c37a6fc..154ad96 100644 --- a/FlexJobApi.Core/Entities/Users/EnterpriseAuth.cs +++ b/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; } } } -- Gitblit v1.9.1