Cambio datamodel macchina x gestione ruoli json conf

This commit is contained in:
Samuele Locatelli
2021-09-08 14:52:51 +02:00
parent 08703a9593
commit 93423b93b5
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace MP.FileData.DatabaseModels
[Key]
public string IdxMacchina { get; set; } = "";
public string CodMacchina { get; set; } = "";
public string RuleName { get; set; } = "";
public string Nome { get; set; } = "";
public string Descrizione { get; set; } = "";
public string BasePath { get; set; } = "";