fine mostra filtri attivi
This commit is contained in:
@@ -17,7 +17,7 @@ namespace MP.SPEC.Data
|
||||
public string CodReparto { get; set; } = "*";
|
||||
public int CurrPage { get; set; } = 1;
|
||||
public DateTime DtEnd { get; set; } = Utils.InitDatetime(DateTime.Now, 5);
|
||||
public DateTime DtStart { get; set; } = Utils.InitDatetime(DateTime.Now, 5).AddDays(-10);
|
||||
public DateTime DtStart { get; set; } = Utils.InitDatetime(DateTime.Now, 5).AddMonths(-2);
|
||||
public bool HasOdl { get; set; } = false;
|
||||
public string IdxMacchina { get; set; } = "*";
|
||||
public bool IsActive { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user