2025-07-01 14:00:41 -04:00
|
|
|
|
namespace Shared.DTO.Envios_DGA
|
2025-06-26 14:29:07 -04:00
|
|
|
|
{
|
|
|
|
|
public class LogMedicionScada
|
|
|
|
|
{
|
|
|
|
|
public string EstadoEnvio { get; set; }
|
|
|
|
|
public string JsonEnviado { get; set; }
|
|
|
|
|
public string JsonRecibido { get; set; }
|
|
|
|
|
public string Comprobante { get; set; }
|
|
|
|
|
public DateTime FechaEnvio { get; set; }
|
|
|
|
|
public long IdMedicionSmartscadaOperacion { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|