using System; using System.Collections.Generic; #nullable disable namespace GPW.Data.DBModels { public partial class CheckVc19 { public int IdxCheck { get; set; } public int IdxDipendente { get; set; } public DateTime DtCheck { get; set; } public string Payload { get; set; } } }