cambio en el get y set de telefono
Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-11 12:32:35 -04:00
parent 5cd7d8ec50
commit b1f8358e9a

View File

@@ -23,11 +23,11 @@ public class Cabana {
}
public Integer getTelefono() {
return Telefono;
return telefono;
}
public void setTelefono(Integer telefono) {
Telefono = telefono;
telefono = telefono;
}
public String getNombre() {