Browse Source

更新症状图谱仓库名称

MarkHuang 4 years ago
parent
commit
385b178539
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/java/com/diagbot/web/EntityController.java

+ 1 - 2
src/main/java/com/diagbot/web/EntityController.java

@@ -8,12 +8,11 @@ import com.diagbot.vo.NeoEntityVO;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import io.swagger.annotations.ApiOperation;
 
 
-import org.mapstruct.Mapping;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 import org.springframework.web.bind.annotation.*;
 
 
 import java.util.List;
 import java.util.List;
-import java.util.Map;
+
 
 
 /**
 /**
  * @Description: 图谱实体API控制层
  * @Description: 图谱实体API控制层