feat: se implementan informantes
This commit is contained in:
parent
92ce18173e
commit
e83a41cd54
4 changed files with 11 additions and 4 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
public string? CAUDAL { get; set; }
|
||||
|
||||
public string? ID_COMUNA { get; set; }
|
||||
|
||||
public string? TOTALIZADOR_CAUDAL { get; set; }
|
||||
|
||||
public DateTime? FECHA_MEDICION_CAUDAL { get; set; }
|
||||
|
@ -14,5 +16,8 @@
|
|||
public string? NIVEL_FREATICO_DEL_POZO { get; set; }
|
||||
|
||||
public string? TIPO_EMPRESA { get; set; }
|
||||
public string? RUT { get; set; }
|
||||
public string? Password { get; set; }
|
||||
public string? Empresa_Informante { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue