inspect-server/src/main/java/com/yuanchu/mom/service/StandardMethodListService.java
@@ -18,5 +18,9 @@ Map<String, List<?>> selectsStandardMethodByFLSSM(String tree); Map<String, List<?>> selectsStandardMethodByFLSSM2(String tree); int delStandardMethodByFLSSM(Integer id); List<StandardMethodList> selectStandardMethodEnum(); }