From ba6a9c246898ecf04f40c827db27a1729f1b0f87 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 14 八月 2025 11:27:24 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/EditEnterpriseEmployeeCommand.cs |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/EditEnterpriseEmployeeCommand.cs b/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/EditEnterpriseEmployeeCommand.cs
index 44300e4..d3a4f04 100644
--- a/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/EditEnterpriseEmployeeCommand.cs
+++ b/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/EditEnterpriseEmployeeCommand.cs
@@ -11,13 +11,8 @@
     /// 缂栬緫鐏靛伐淇℃伅
     /// </summary>
     [Resource([EnumResourceController.EnterpriseEmployee])]
-    public class EditEnterpriseEmployeeCommand : IRequest<Guid>
+    public class EditEnterpriseEmployeeCommand : SaveDataCommand
     {
-        /// <summary>
-        /// 鐏靛伐Id
-        /// </summary>
-        public Guid Id { get; set; }
-
         /// <summary>
         /// 濮撳悕
         /// </summary>

--
Gitblit v1.9.1