feat: se implementan informantes

This commit is contained in:
Leonel Toro 2025-07-21 10:42:34 -04:00
parent 92ce18173e
commit e83a41cd54
4 changed files with 11 additions and 4 deletions

View file

@ -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; }
}
}