修改导表日期处理

This commit is contained in:
2024-11-11 12:23:58 +08:00
parent 4d4af84716
commit 28587c8e91
4 changed files with 29 additions and 21 deletions
@@ -377,7 +377,7 @@ namespace IRaCIS.Core.Application.Contracts
//public bool IsUrgent { get; set; }
//[ExcelColumn(Name = "FirstGiveMedicineTime", Format = "yyyy-MM-dd")]
public DateTime? FirstGiveMedicineTime { get; set; }
public DateOnly? FirstGiveMedicineTime { get; set; }
public string FirstGiveMedicineTimeStr => FirstGiveMedicineTime?.ToString("yyyy-MM-dd");