yuchengwei hace 7 meses
padre
commit
0feeea8b67
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/main/java/com/qizhen/healsphere/model/Disease.java

+ 3 - 1
src/main/java/com/qizhen/healsphere/model/Disease.java

@@ -1,6 +1,8 @@
 package com.qizhen.healsphere.model;
 
-
+import org.springframework.data.neo4j.core.schema.GeneratedValue;
+import org.springframework.data.neo4j.core.schema.Id;
+import org.springframework.data.neo4j.core.schema.Node;
 import org.springframework.data.neo4j.core.schema.Relationship;
 
 import java.util.HashSet;