From f12b337fd0a9273cb982cbc09e3be43a4e078ffc Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 22 八月 2025 14:16:48 +0800
Subject: [PATCH] fix: s

---
 FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs b/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs
index e8712d3..7e1fc6a 100644
--- a/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs
+++ b/FlexJobApi.Core/Models/UserServer/Users/Commands/SyncEnterpriseUserCommand.cs
@@ -12,7 +12,7 @@
     /// <summary>
     /// 鍚屾浼佷笟鐢ㄦ埛
     /// </summary>
-    [Resource([EnumResourceController.User])]
+    [Resource([EnumResourceController.UserServerUser])]
     public class SyncEnterpriseUserCommand : IRequest<Guid>
     {
         /// <summary>
@@ -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)]
@@ -250,5 +262,10 @@
         /// 浼佷笟鎺堟潈涔�
         /// </summary>
         public string ProxyPowerAttorneyUrl { get; set; }
+
+        /// <summary>
+        /// 绗笁鏂瑰疄鍚嶉�氶亾璐﹀彿
+        /// </summary>
+        public string CertAccount { get; set; }
     }
 }

--
Gitblit v1.9.1