feat:se eliminan modelos innecesarios e implementan los logs de medicion
This commit is contained in:
parent
903414e773
commit
f519f3329b
78 changed files with 112 additions and 1683 deletions
18
SHARED/DTO/Envios_DGA/LogMedicionScada.cs
Normal file
18
SHARED/DTO/Envios_DGA/LogMedicionScada.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTO.Envios_DGA
|
||||
{
|
||||
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; }
|
||||
}
|
||||
}
|
|
@ -8,6 +8,7 @@ namespace Shared.DTO.Envios_DGA
|
|||
{
|
||||
public class MedicionScada
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string? Code { get; set; }
|
||||
|
||||
public DateTime? DateOrigen { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue