Browse Source

提交

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

2
API/TaskManager.Entity/Entity.cs

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

Loading…
Cancel
Save