Browse Source

提交

master
zxy 2 weeks ago
parent
commit
34c15d1387
  1. 4
      API/TaskManager.Entity/Entity.cs

4
API/TaskManager.Entity/Entity.cs

@ -219,14 +219,16 @@ namespace TaskManager.Entity
public class CherryReadBaseEntity:BaseEntity
{
{
/// <summary>
/// 请求发出日期
/// </summary>
[ExporterHeader(DisplayName = "请求发出日期")]
public string? RequestDate { get; set; }
/// <summary>
/// 同步ID
/// </summary>
[ExporterHeader(DisplayName = "奇瑞记录ID")]
public string? Id { get; set; }
}

Loading…
Cancel
Save