cambio el atributo de Telefono a telefono
Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-11 12:31:12 -04:00
parent 9405c0f719
commit 5cd7d8ec50

View File

@@ -11,7 +11,7 @@ public class Cabana {
private Long id;
private String nombre;
private Integer Telefono;
private Integer telefono;
private Boolean visible = true;
public Long getId() {