| | |
| | | /// <summary> |
| | | /// 查询任务详情 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.Task], AllowAnonymous = true)] |
| | | [Resource([EnumResourceController.FlexJobServerTask], AllowAnonymous = true)] |
| | | public class GetTaskInfoQuery : IRequest<GetTaskInfoQueryResult> |
| | | { |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [JsonProperty("contactPhoneNumber")] |
| | | public string EnterpriseContactPhoneNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否认证 |
| | | /// </summary> |
| | | [JsonProperty("isReal")] |
| | | public bool EnterpriseIsReal { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 在招岗位数量 |
| | |
| | | public enum GetTaskInfoQueryResultHireButton |
| | | { |
| | | /// <summary> |
| | | /// 待开始 |
| | | /// </summary> |
| | | Wait = 1, |
| | | /// <summary> |
| | | /// 申请验收 |
| | | /// </summary> |
| | | ApplyCheckReceive = 1, |
| | | ApplyCheckReceive = 5, |
| | | /// <summary> |
| | | /// 进行中 |
| | | /// </summary> |