Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
commit
affc336f7d
|
@ -118,7 +118,7 @@ namespace IRaCIS.Application.Contracts
|
||||||
|
|
||||||
public class ExcelExportInfo : TrialSelectDTO
|
public class ExcelExportInfo : TrialSelectDTO
|
||||||
{
|
{
|
||||||
public DateTime CurrentTime { get; set; } = DateTime.Now;
|
public string CurrentTime { get; set; } = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|
||||||
public bool IsEn_US { get; set; }
|
public bool IsEn_US { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue