zhoutg 6 anni fa
parent
commit
6efdff8ac7

+ 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 {