From c108924b578a76c3152cbc569d3995d35130a505 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 21 八月 2025 18:57:55 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs b/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs index 5d55f89..7e1fc6a 100644 --- a/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs +++ b/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs @@ -200,6 +200,18 @@ public EnumPersonalRealMethod? PersonalRealMethod { get; set; } /// <summary> + /// 娉曚汉濮撳悕 + /// </summary> + [MaxLength(32)] + public string LegalPerson { get; set; } + + /// <summary> + /// 娉曚汉韬唤璇佸彿 + /// </summary> + [MaxLength(18)] + public string LegalIdentity { get; set; } + + /// <summary> /// 娉曚汉鎴栫粡鍔炰汉濮撳悕 /// </summary> [MaxLength(32)] @@ -252,8 +264,8 @@ public string ProxyPowerAttorneyUrl { get; set; } /// <summary> - /// 瀹炲悕Id + /// 绗笁鏂瑰疄鍚嶉�氶亾璐﹀彿 /// </summary> - public string RealId { get; set; } + public string CertAccount { get; set; } } } -- Gitblit v1.9.1