sunpengfei
2025-08-11 2b93d154c57c8456a730361d635a0ff88dc8dfe8
FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs
@@ -171,6 +171,7 @@
        /// 生活照
        /// </summary>
        [AdaptIgnore]
        [JsonProperty("photos")]
        public List<string> PhotoImgs => Photos.Select(it => it.Img).ToList();
    }
@@ -180,14 +181,19 @@
    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>