فهرست منبع

代码规范化

gaodm 6 سال پیش
والد
کامیت
f932461b1c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      icssman-service/src/main/java/com/diagbot/web/DictionaryInfoController.java

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

@@ -26,6 +26,7 @@ import java.util.Map;
  */
 @RequestMapping("/dictionaryInfo")
 @RestController
+@SuppressWarnings("unchecked")
 @Api(value = "字典信息", tags = { "字典信息" })
 public class DictionaryInfoController {