Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/ISmFunctionQueryService.java
@@ -62,6 +62,15 @@ * @throws VciBaseException */ List<MenuVO> getSysModelTreeMenuByPID(String parentId,String modeType,boolean isAll) throws VciBaseException; /** * 通过模块ID获取子级列表 * @param parentId * @param modeType 模块类型 * @param isAll 是否包括无效的模块,true则包括 * @return * @throws VciBaseException */ List<MenuVO> getSysModelAuthTreeMenuByPID(String parentId,String modeType,boolean isAll) throws VciBaseException, PLException; int checkChildObject(String moduleId) throws VciException;