Files
gpw_next/GPW.Data/DBModels/CheckVc19.cs
T
2022-01-26 08:34:34 +01:00

22 lines
562 B
C#

using System;
using System.Collections.Generic;
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
// </Auto-Generated>
namespace GPW.Data.DBModels
{
public partial class CheckVc19
{
public int IdxCheckVc19 { get; set; }
public DateTime DtCheck { get; set; }
public int IdxDipendente { get; set; } = 0;
public string Cognome { get; set; } = "";
public string Nome { get; set; } = "";
public DateTime DOB { get; set; }
public string Payload { get; set; }
}
}