feat: se actualizan las mediciones una vez se envian y ahora se consideran solo als mediciones que hayan sido creadas durante 7 dias
This commit is contained in:
parent
bd44537c93
commit
fee40a25a4
4 changed files with 32 additions and 7 deletions
|
@ -20,7 +20,8 @@
|
|||
public decimal? Caudalsub { get; set; }
|
||||
|
||||
public decimal? Nivel { get; set; }
|
||||
|
||||
public DateTime? FechaEnvio { get; set; }
|
||||
public int Enviado { get; set; }
|
||||
public string? tipo_empresa { get; set; }
|
||||
public string? nivelFreaticoDelPozo { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue