sunpengfei
2025-08-14 b5c75c9edf9c13a8bd4ba2f0596a1ceaf2563c6b
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>