Update pagina malattia (OK lato utente)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace GPW.CORE.Data.DbModels
|
||||
// <Auto-Generated>
|
||||
// This is here so CodeMaid doesn't reorganize this document
|
||||
// </Auto-Generated>
|
||||
[Table("RegMalattie")]
|
||||
[Table("RegistroMalattie")]
|
||||
public partial class RegMalattieModel
|
||||
{
|
||||
[Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
@@ -16,6 +16,7 @@ namespace GPW.CORE.Data.DbModels
|
||||
public int idxDipendente { get; set; }
|
||||
public DateTime dtInizio { get; set; } = DateTime.Today;
|
||||
public int numGG { get; set; } = 1;
|
||||
public string codCert { get; set; } = "";
|
||||
public string codCert { get; set; } = "";
|
||||
public bool conf { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user