From aed7f0e9be4e88a4ed632f9ca7aca05fa1e7f6b8 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 12 九月 2024 17:44:21 +0800 Subject: [PATCH] UI上下文导出树查询和导出接口 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsBtmServiceI.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsBtmServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsBtmServiceI.java index 2d07b7a..8c21a3c 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsBtmServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsBtmServiceI.java @@ -60,6 +60,14 @@ BizType[] getBizTypes(String btmName) throws PLException; /** + * 涓氬姟绫诲瀷鍒楄〃鏌ヨ锛岄潪鏍戠粨鏋勶細鐢ㄤ簬UI瀹氫箟宸︿晶涓氬姟绫诲瀷鏌ヨ锛屽彧杩斿洖name鍜宭able + * @param btmName + * @return + * @throws PLException + */ + Tree getBizTree(String btmName) throws PLException; + + /** * 鏌ヨ鎵�鏈夌殑涓氬姟绫诲瀷鏄犲皠 * @return key 鏄笟鍔$殑鑻辨枃鍚嶇О鐨勫皬鍐� */ @@ -276,7 +284,7 @@ /** * 瀵煎嚭涓氬姟绫诲瀷 * oid 涓氬姟绫诲瀷鍚嶇О - * @return 鍒涘缓缁撴灉 + * @return */ void expData(String oid, HttpServletResponse response) throws PLException, IOException; -- Gitblit v1.9.3