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