integración nueva tabla
This commit is contained in:
parent
5db07294f9
commit
657fd50ac9
22 changed files with 203 additions and 447 deletions
12
SHARED/DTO/Envios_DGA/LogMedicionEnvio.cs
Normal file
12
SHARED/DTO/Envios_DGA/LogMedicionEnvio.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
namespace Shared.DTO.Envios_DGA
|
||||
{
|
||||
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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue