namespace Wonky.Entity.DTO; public class KrvKapvJsonTexts { public string Section0 { get; set; } = ""; public string Section1 { get; set; } = ""; public string Section2 { get; set; } = ""; public string Section3 { get; set; } = ""; public string Section4 { get; set; } = ""; public string Section5 { get; set; } = ""; public string Section6 { get; set; } = ""; public string Section7 { get; set; } = ""; public string Section8 { get; set; } = ""; public string Section9 { get; set; } = ""; }