FlexJobApi.Core/Models/FlexJobServer/TaskCheckReceive/Commands/ExportTaskCheckReceiveTaskUsersCommand.cs
@@ -1,4 +1,6 @@ using MediatR; using Newtonsoft.Json; using Swashbuckle.AspNetCore.Annotations; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; @@ -23,6 +25,12 @@ public class ExportTaskCheckReceiveTaskUsersCommandModel { /// <summary> /// Id /// </summary> [JsonIgnore, SwaggerIgnore] public Guid UserId { get; set; } /// <summary> /// 姓名 /// </summary> public string Name { get; set; }