Fix check controllo timbrature (da provare...)

This commit is contained in:
Samuele Locatelli
2023-01-25 18:49:18 +01:00
parent 8b85b4a2f8
commit 9d62995a70
10 changed files with 282 additions and 39 deletions
+12 -12
View File
@@ -11,13 +11,13 @@ namespace GPW.CORE.Data.DbModels
public string CognomeNome { get; set; } = "";
public double h_lav { get; set; } = 0;
public double h_giust { get; set; } = 0;
public double h_com { get; set; } = 0;
public decimal h_com { get; set; } = 0;
public string progetti { get; set; } = "";
public bool okLAvCom { get; set; } = false;
public int okLAvCom { get; set; } = 0;
public bool isOkTim { get; set; } = false;
public bool isOkApp { get; set; } = false;
public bool isOkLav { get; set; } = false;
public bool isOk { get; set; } = false;
public int isOkLav { get; set; } = 0;
public int isOk { get; set; } = 0;
public bool block { get; set; } = false;
public int minOrd { get; set; } = 0;
public int minNonLav { get; set; } = 0;
@@ -27,14 +27,14 @@ namespace GPW.CORE.Data.DbModels
public int minMal { get; set; } = 0;
public int minFest { get; set; } = 0;
public int minRegAtt { get; set; } = 0;
public DateTime? entrata1 { get; set; }
public DateTime? uscita1 { get; set; }
public DateTime? entrata2 { get; set; }
public DateTime? uscita2 { get; set; }
public DateTime? entrata3 { get; set; }
public DateTime? uscita3 { get; set; }
public DateTime? entrata4 { get; set; }
public DateTime? uscita4 { get; set; }
public DateTime? entrata_1 { get; set; }
public DateTime? uscita_1 { get; set; }
public DateTime? entrata_2 { get; set; }
public DateTime? uscita_2 { get; set; }
public DateTime? entrata_3 { get; set; }
public DateTime? uscita_3 { get; set; }
public DateTime? entrata_4 { get; set; }
public DateTime? uscita_4 { get; set; }
public int minArcoPres { get; set; } = 0;
public string chkFunCod { get; set; } = "";
public string chkFunRes { get; set; } = "";