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