net6.0 Ready to test

This commit is contained in:
2022-03-29 07:23:13 -07:00
parent 836f70ed7f
commit 289547180a
135 changed files with 3189 additions and 7648 deletions

View File

@ -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
}
}
}