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

Removed the JsonIgnoreProperties that ignores the vxfref property

parent 7bfe8bbf
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/**
 * @Author: Eduardo Santos
 * @Date:   2024-05-27 09:55:21
 * @Last Modified by:   Eduardo Santos
 * @Last Modified time: 2024-05-27 09:55:42
 */
/*-
 * ========================LICENSE_START=================================
 * org.etsi.osl.model
@@ -33,7 +39,7 @@ import jakarta.persistence.OneToOne;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

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

	@Id