Browse Source

demo提交

yuchengwei 7 tháng trước cách đây
mục cha
commit
0feeea8b67
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;