50d65eebaa
- renaming classi gestione DbModels in - spostamento anagrafica flussi da auth a generale
31 lines
933 B
C#
31 lines
933 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
|
|
#nullable disable
|
|
// <Auto-Generated>
|
|
// This is here so CodeMaid doesn't reorganize this document
|
|
// </Auto-Generated>
|
|
namespace MP.Data.DbModels
|
|
{
|
|
public partial class ResControlli
|
|
{
|
|
#region Public Properties
|
|
|
|
public string CodArticolo { get; set; }
|
|
public string CodMacchina { get; set; } = "";
|
|
public string Cognome { get; set; } = "";
|
|
public DateTime DataOra { get; set; }
|
|
public string DescArticolo { get; set; } = "";
|
|
public bool EsitoOk { get; set; }
|
|
public int IdxControllo { get; set; }
|
|
public string IdxMacchina { get; set; }
|
|
public int IdxOdl { get; set; }
|
|
public string KeyRichiesta { get; set; }
|
|
public int MatrOpr { get; set; }
|
|
public string Nome { get; set; } = "";
|
|
public string Note { get; set; }
|
|
|
|
#endregion Public Properties
|
|
}
|
|
} |