删除股票字典表时间字段
This commit is contained in:
parent
5f0c0e9636
commit
95a29cf86a
@ -37,26 +37,4 @@ public class TiingoTicker
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDataType = "varchar(10)")]
|
||||
public string? PriceCurrency { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据开始日期(startDate)
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public DateTime? StartDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据结束日期(endDate)
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public DateTime? EndDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间
|
||||
/// </summary>
|
||||
public DateTime CreatedAt { get; set; } = DateTime.Now;
|
||||
|
||||
/// <summary>
|
||||
/// 更新时间
|
||||
/// </summary>
|
||||
public DateTime UpdatedAt { get; set; } = DateTime.Now;
|
||||
}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
using System.Net.Http.Json;
|
||||
using System.Text.Json;
|
||||
using AssetManager.Models.DTOs;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user