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; } = ""; }