MET08RESIMAPCDE - v2.43.4 - MethodBaseName
This commit is contained in:
16
Adaptation/FileHandlers/txt/Detail.cs
Normal file
16
Adaptation/FileHandlers/txt/Detail.cs
Normal file
@ -0,0 +1,16 @@
|
||||
namespace Adaptation.FileHandlers.txt;
|
||||
|
||||
public class Detail
|
||||
{
|
||||
|
||||
public string HeaderUniqueId { get; set; }
|
||||
public string Merit { get; set; }
|
||||
public string Pt { get; set; }
|
||||
public string R { get; set; }
|
||||
public string Rs { get; set; }
|
||||
public string T { get; set; }
|
||||
public string UniqueId { get; set; }
|
||||
|
||||
public override string ToString() => string.Concat(Merit, ";", Pt, ";", R, ";", Rs, ";", T);
|
||||
|
||||
}
|
Reference in New Issue
Block a user