cambios
This commit is contained in:
parent
e7372f2ae6
commit
4b5b3ae3d9
3 changed files with 113 additions and 86 deletions
15
SHARED/DTO/Integracion_DGA/DGAInsert.cs
Normal file
15
SHARED/DTO/Integracion_DGA/DGAInsert.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTO.Integracion_DGA
|
||||
{
|
||||
public partial class DGAInsert
|
||||
{
|
||||
public string TAG { get; set; } = string.Empty;
|
||||
public string? VALOR { get; set; }
|
||||
public DateTime FECHAMEDICION { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue