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

10 lines
No EOL
319 B
C#

namespace Wonky.Entity.DTO;
public class KrvCommonPrintTexts
{
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; } = "";
}