25 lines
865 B
C#
25 lines
865 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
using System.Data;
|
|
|
|
namespace GPW.CORE.Data.DbModels
|
|
{
|
|
// <Auto-Generated>
|
|
// This is here so CodeMaid doesn't reorganize this document
|
|
// </Auto-Generated>
|
|
public partial class ExpZucchettiModel
|
|
{
|
|
public DateTime DataOra { get; set; }
|
|
public int IdxDipendente { get; set; }
|
|
public bool Entrata { get; set; } = false;
|
|
public bool Approv { get; set; } = false;
|
|
public string Timbratrice { get; set; } = "000";
|
|
public string Badge { get; set; } = "000";
|
|
public string Data { get; set; } = "000000";
|
|
public string Ora { get; set; } = "0000";
|
|
public string EntrataUscita { get; set; } = "000";
|
|
public string CampoExport { get; set; } = "000000000000000000";
|
|
}
|
|
}
|