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