From 34c15d1387ab14db15c523d764f7d48d2b5313ec Mon Sep 17 00:00:00 2001 From: zxy Date: Sun, 1 Jun 2025 15:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API/TaskManager.Entity/Entity.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } }