namespace Shared.DTO.Envios_DGA { public class LogMedicionEnvio { public string ESTADO_ENVIO { get; set; } = string.Empty; public string? JSON_ENVIO { get; set; } public string? JSON_RESPUESTA { get; set; } public string? COMPROBANTE { get; set; } public DateTime FECHA_ENVIO { get; set; } public int ID_DGA_DATO { get; set; } } }