From 8c5cc69cb04feef035f27e05cbaabda42bd8155c Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 21 八月 2025 16:58:44 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs b/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs index bf4a1f2..1d341eb 100644 --- a/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs +++ b/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs @@ -250,5 +250,10 @@ /// 浼佷笟鎺堟潈涔� /// </summary> public string ProxyPowerAttorneyUrl { get; set; } + + /// <summary> + /// 绗笁鏂瑰疄鍚嶉�氶亾璐﹀彿 + /// </summary> + public string CertAccount { get; set; } } } -- Gitblit v1.9.1