| | |
| | | /// <summary> |
| | | /// 查询任务详情 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.Task], AllowAnonymous = true)] |
| | | [Resource([EnumResourceController.FlexJobServerTask], AllowAnonymous = true)] |
| | | public class GetTaskInfoQuery : IRequest<GetTaskInfoQueryResult> |
| | | { |
| | | /// <summary> |
| | |
| | | public EnumTaskUserHireStatus? HireStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 灵工Id |
| | | /// </summary> |
| | | public Guid? EnterpriseEmployeeId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 我的报名列表状态 |
| | | /// </summary> |
| | | public GetTaskInfoQueryResultApplyButton? ApplyButton { get; set; } |