许鹏程
8 天以前 eb8d72c413fd12ccfa30e0d38fd9fce2ff054f4f
src/main/java/com/product/mobile/core/service/ide/INavBarManagerService.java
@@ -54,5 +54,13 @@
     * @throws BaseException
     */
    List<Object> getNarBarTree() throws BaseException;
    /**
     * 设备管理
     * 移动端获取导航栏(展示跳转)
     *
     * @return
     * @throws BaseException
     */
    List<Object> getDeviceNarBarTree() throws BaseException;
}