From 2b93d154c57c8456a730361d635a0ff88dc8dfe8 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 11 八月 2025 10:48:01 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs b/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs index c71f632..1b8a2ac 100644 --- a/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs +++ b/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> -- Gitblit v1.9.1