cambio el atributo de Telefono a telefono
Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -11,7 +11,7 @@ public class Cabana {
|
|||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
private String nombre;
|
private String nombre;
|
||||||
private Integer Telefono;
|
private Integer telefono;
|
||||||
private Boolean visible = true;
|
private Boolean visible = true;
|
||||||
|
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
|
|||||||
Reference in New Issue
Block a user