Wonky.Client/Wonky.Entity/DTO/KrvPrintTexts.cs
2023-04-08 17:46:26 +02:00

12 lines
No EOL
347 B
C#

using System.Security.Cryptography;
namespace Wonky.Entity.DTO;
public class KrvPrintTexts
{
public string ApbDocHeader { get; set; } = "";
public string ApvDocHeader { get; set; } = "";
public string ListDocHeader { get; set; } = "";
public string PrintDate { get; set; } = "";
public string FooterText { get; set; } = "";
}