Commit ae84056e authored by Eduardo Santos's avatar Eduardo Santos
Browse files

Removed the JsonIgnoreProperties that ignores the vxfref property

parent 32571a1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import jakarta.persistence.OneToOne;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@Entity(name = "ConstituentVxF")
@JsonIgnoreProperties(value = { "vxfref"  })
//@JsonIgnoreProperties(value = { "vxfref"  })
public class ConstituentVxF {

	@Id