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>