ing
This commit is contained in:
@@ -4,8 +4,6 @@ import javax.persistence.*;
|
||||
|
||||
import com.loafle.overflow.model.meta.MetaIPType;
|
||||
|
||||
import org.codehaus.jackson.annotate.JsonBackReference;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
@@ -15,7 +13,6 @@ import java.util.Date;
|
||||
@Table(name = "INFRA_HOST_IP", schema = "public")
|
||||
public class InfraHostIP {
|
||||
private Long id;
|
||||
@JsonBackReference
|
||||
private InfraHost infraHost;
|
||||
private MetaIPType metaIPType;
|
||||
private String address;
|
||||
|
||||
Reference in New Issue
Block a user