feat: se agregan logs, y se hacen cambios en el modulo registrar mediciones

This commit is contained in:
Leonel Toro 2025-07-01 14:00:41 -04:00
parent 5bd9c2a1a6
commit 4b6204d9e7
32 changed files with 648 additions and 625 deletions

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Envios_DGA
namespace Shared.DTO.Envios_DGA
{
public class LogMedicionScada
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Envios_DGA
namespace Shared.DTO.Envios_DGA
{
public class MedicionScada
{
@ -27,6 +21,6 @@ namespace Shared.DTO.Envios_DGA
public decimal? Nivel { get; set; }
public string? TipoEmpresa { get; set; }
public string? tipo_empresa { get; set; }
}
}

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Envios_DGA
namespace Shared.DTO.Envios_DGA
{
public class MedicionSubterraneaRequest
{
@ -26,5 +20,7 @@ namespace Shared.DTO.Envios_DGA
public string HoraMedicion { get; set; }
public string NivelFreaticoDelPozo { get; set; }
public string Totalizador { get; set; }
public string? TipoEmpresa { get; set; }
}
}

View file

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Shared.DTO.Integracion_DGA;
namespace Shared.DTO.Integracion_DGA;
public partial class DgaMacroResultado
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
namespace Shared.DTO.Integracion_DGA;
namespace Shared.DTO.Integracion_DGA;
public partial class DgaMacroResultadoSupFluj
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
namespace Shared.DTO.Integracion_DGA;
namespace Shared.DTO.Integracion_DGA;
public partial class DgaMacroResultadoSupFlujSuma
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
namespace Shared.DTO.Integracion_DGA;
namespace Shared.DTO.Integracion_DGA;
public partial class DgaMacroResultadoVilos
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
namespace Shared.DTO.Integracion_DGA;
namespace Shared.DTO.Integracion_DGA;
public partial class DgaSensorResultado
{

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
namespace Shared.DTO.Integracion_DGA;
namespace Shared.DTO.Integracion_DGA;
public partial class DgaSensorResultadoVilos
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Integracion_DGA
namespace Shared.DTO.Integracion_DGA
{
public class DocumentResponse
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Integracion_DGA
namespace Shared.DTO.Integracion_DGA
{
public class HistoricRequest
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Integracion_DGA
namespace Shared.DTO.Integracion_DGA
{
public class HistoricResponse
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Integracion_DGA
namespace Shared.DTO.Integracion_DGA
{
public class TagviewsResponse
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.VariablesEntorno
namespace Shared.DTO.VariablesEntorno
{
public static class BdConexion
{

View file

@ -1,14 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.VariablesEntorno
namespace Shared.DTO.VariablesEntorno
{
public static class CredencialDGA
{
public static string RutEmpresa { get; set; } = string.Empty;
public static string RutEsval { get; set; } = string.Empty;
public static string RutAv { get; set; } = string.Empty;
public static string RutUsuario { get; set; } = string.Empty;
public static string Password { get; set; } = string.Empty;
}

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.VariablesEntorno
namespace Shared.DTO.VariablesEntorno
{
public static class NexusApiUrl
{

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.VariablesEntorno
namespace Shared.DTO.VariablesEntorno
{
public static class SubterraneaApiUrl
{