shichongfu
2023-10-08 73f1492a2e14fec08df159d4ab9a88e1d660c572
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;
}