ajustes
This commit is contained in:
parent
657fd50ac9
commit
b52be74bfa
9 changed files with 129 additions and 42 deletions
|
@ -2,11 +2,11 @@
|
|||
{
|
||||
public class LogMedicionEnvio
|
||||
{
|
||||
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 IdDgaDato { get; set; }
|
||||
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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue