cambios en cabanas controller
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 String nombre;
|
||||
private Boolean visible;
|
||||
private Boolean visible = true;
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user