using System; using System.Collections.Generic; // // This is here so CodeMaid doesn't reorganize this document // namespace GPW.Data.DBModels { public partial class CheckVc19 { public DateTime DtCheck { get; set; } public int IdxDipendente { get; set; } public string Payload { get; set; } } }