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