From ed5ea9ae4c2e1a9f114e2302a9b3ca20168535c8 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 12 八月 2025 09:55:56 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs b/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs
index 9df8bfc..e74306a 100644
--- a/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs
+++ b/FlexJobApi.Core/Models/UserServer/UserResumes/Queries/GetUserResumeQuery.cs
@@ -189,7 +189,7 @@
         /// <summary>
         /// 鎶ュ悕鏃堕棿
         /// </summary>
-        public DateTime? CreatedTime { get; set; }
+        public DateTimeOffset? CreatedTime { get; set; }
 
         /// <summary>
         /// 褰曠敤鐘舵��
@@ -334,11 +334,13 @@
         /// <summary>
         /// 浼佷笟鍏ㄧО
         /// </summary>
+        [AdaptIgnore]
         public string EnterpriseName => TaskInfo.Enterprise.EnterpriseName;
 
         /// <summary>
         /// 浠诲姟鍚嶇О
         /// </summary>
+        [AdaptIgnore]
         public string Name => TaskInfo.Name;
 
         /// <summary>

--
Gitblit v1.9.1