diff --git a/API/TaskManager.Entity/Entity.cs b/API/TaskManager.Entity/Entity.cs
index 757dadb..6a644a0 100644
--- a/API/TaskManager.Entity/Entity.cs
+++ b/API/TaskManager.Entity/Entity.cs
@@ -219,14 +219,16 @@ namespace TaskManager.Entity
public class CherryReadBaseEntity:BaseEntity
- {
+ {
///
/// 请求发出日期
///
+ [ExporterHeader(DisplayName = "请求发出日期")]
public string? RequestDate { get; set; }
///
/// 同步ID
///
+ [ExporterHeader(DisplayName = "奇瑞记录ID")]
public string? Id { get; set; }
}