Browse Source

Merge remote-tracking branch 'origin/dev/KLBstand' into dev/KLBstand

gaodm 6 years ago
parent
commit
0a1a7d97b8

+ 1 - 1
knowledgeman-service/src/main/java/com/diagbot/web/DictionaryInfoController.java

@@ -27,7 +27,7 @@ import java.util.Map;
 @RequestMapping("/dictionaryInfo")
 @RestController
 @SuppressWarnings("unchecked")
-@Api(value = "字典信息", tags = { "字典信息" })
+@Api(value = "字典信息", tags = { "知识库标准化-字典信息" })
 public class DictionaryInfoController {