Fix check controllo timbrature (da provare...)
This commit is contained in:
@@ -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; } = "";
|
||||
|
||||
Reference in New Issue
Block a user