using System; using System.Collections.Generic; #nullable disable namespace MP.Data.DatabaseModels { public partial class VKit { public string KeyKit { get; set; } public string KeyExtOrd { get; set; } public string CodArtParent { get; set; } } }