|
@@ -15,7 +15,7 @@ import java.util.HashSet;
|
|
|
@NodeEntity(label = "药品通用名称")
|
|
|
public class Medicine extends BaseNode {
|
|
|
|
|
|
- @Property(name = "高危级别")
|
|
|
+ @Property(name = "药品高危级别")
|
|
|
private String risklevel;
|
|
|
|
|
|
@Relationship(type = "药品相关药品通用名称", direction = Relationship.INCOMING)
|