net6.0 Ready to test
This commit is contained in:
@ -14,15 +14,15 @@ public class Duplicator
|
||||
public int Count { get; set; }
|
||||
public int Index { get; set; }
|
||||
//
|
||||
public string EventName { get; set; }
|
||||
public string NullData { get; set; }
|
||||
public string JobID { get; set; }
|
||||
public string Sequence { get; set; }
|
||||
public string MesEntity { get; set; }
|
||||
public string ReportFullPath { get; set; }
|
||||
public string ProcessJobID { get; set; }
|
||||
public string MID { get; set; }
|
||||
public string Date { get; set; } //2021-02-22
|
||||
public string? EventName { get; set; }
|
||||
public string? NullData { get; set; }
|
||||
public string? JobID { get; set; }
|
||||
public string? Sequence { get; set; }
|
||||
public string? MesEntity { get; set; }
|
||||
public string? ReportFullPath { get; set; }
|
||||
public string? ProcessJobID { get; set; }
|
||||
public string? MID { get; set; }
|
||||
public string? Date { get; set; } //2021-02-22
|
||||
|
||||
public string GetEventDescription() => "File Has been read and parsed";
|
||||
|
||||
@ -104,4 +104,4 @@ public class Duplicator
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user