许鹏程
7 天以前 929e9fedb97a88ef122100e03f775fedae79c474
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;
}