|
@@ -1,11 +1,10 @@
|
|
|
package com.diagbot.entity.node;
|
|
|
|
|
|
import com.diagbot.entity.node.base.BaseNode;
|
|
|
-import com.diagbot.entity.relationship.YiBaoOperationLis;
|
|
|
+import com.diagbot.entity.relationship.YiBaoOperationNameLis;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
import org.neo4j.ogm.annotation.NodeEntity;
|
|
|
-import org.neo4j.ogm.annotation.Property;
|
|
|
import org.neo4j.ogm.annotation.Relationship;
|
|
|
|
|
|
import java.util.Set;
|
|
@@ -18,6 +17,6 @@ public class YiBaoOperation extends BaseNode {
|
|
|
|
|
|
|
|
|
@Relationship(type = "医保手术和操作禁忌实验室检查", direction = Relationship.OUTGOING)
|
|
|
- private Set<YiBaoOperationLis> yiBaoOperationLiss = new HashSet<>();
|
|
|
+ private Set<YiBaoOperationNameLis> yiBaoOperationLiss = new HashSet<>();
|
|
|
|
|
|
}
|