| | |
| | | /// 生活照 |
| | | /// </summary> |
| | | [AdaptIgnore] |
| | | [JsonProperty("photos")] |
| | | public List<string> PhotoImgs => Photos.Select(it => it.Img).ToList(); |
| | | } |
| | | |
| | |
| | | public class GetUserResumeQueryResultExpectJob |
| | | { |
| | | /// <summary> |
| | | /// 期望岗位上级编号 |
| | | /// </summary> |
| | | public string ExpectJobParentCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 期望岗位编号 |
| | | /// </summary> |
| | | public string PersonalIdentityCode { get; set; } |
| | | public string ExpectJobCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 期望岗位 |
| | | /// </summary> |
| | | public string PersonalIdentityContent { get; set; } |
| | | public string ExpectJobContent { get; set; } |
| | | } |
| | | |
| | | /// <summary> |