修改导出国际化

This commit is contained in:
2023-05-31 14:54:27 +08:00
parent b9a5881333
commit 6bd3956e2e
3 changed files with 104 additions and 10 deletions
@@ -115,6 +115,7 @@ namespace IRaCIS.Application.Contracts
{
public DateTime CurrentTime { get; set; } = DateTime.Now;
public bool IsEn_US { get; set; }
public object List { get; set; }