se visible true en lote y remate
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:
@@ -16,7 +16,7 @@ public class Lote {
|
|||||||
private Double prelance;
|
private Double prelance;
|
||||||
private Double puja;
|
private Double puja;
|
||||||
private String estado;
|
private String estado;
|
||||||
private Boolean visible;
|
private Boolean visible = true;
|
||||||
|
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
@JoinColumn(name = "remate_id")
|
@JoinColumn(name = "remate_id")
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public class Remate {
|
|||||||
private LocalDate fecha;
|
private LocalDate fecha;
|
||||||
private String urlListaLotes;
|
private String urlListaLotes;
|
||||||
private String estado;
|
private String estado;
|
||||||
private Boolean visible;
|
private Boolean visible = true;
|
||||||
|
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
@JoinColumn(name = "cabana_id")
|
@JoinColumn(name = "cabana_id")
|
||||||
|
|||||||
Reference in New Issue
Block a user