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:
Leonel Toro 2025-07-03 13:06:58 -04:00
parent bd44537c93
commit fee40a25a4
4 changed files with 32 additions and 7 deletions

View file

@ -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; }
}