Update modelli con ricette

This commit is contained in:
Samuele Locatelli
2023-03-31 17:45:37 +02:00
parent ef3393e6e6
commit e164f617e7
9 changed files with 49 additions and 12 deletions
+2
View File
@@ -38,6 +38,8 @@ namespace MP.Data.DatabaseModels
[MaxLength(50)]
public string CodCli { get; set; } = "";
public DateTime InsertDate { get; set; } = DateTime.Now;
[MaxLength(500)]
public string Recipe { get; set; } = "";
[NotMapped]
public string CodFase