From 769e437befb3354c1113ca5b5c2b8240995078be Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期二, 06 八月 2024 13:24:15 +0800 Subject: [PATCH] 新增获取业务全部属性类型接口 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsBtmServiceI.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 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 e1c77c4..aacf813 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 @@ -11,6 +11,7 @@ import com.vci.starter.web.pagemodel.PageHelper; import com.vci.starter.web.pagemodel.Tree; +import java.text.ParseException; import java.util.Collection; import java.util.List; import java.util.Map; @@ -158,4 +159,10 @@ * @return 鏌ヨ缁撴灉 */ BaseResult<List<Tree>> getTreeBizTypes() throws PLException; + /** + * 鑾峰彇涓氬姟鍏ㄩ儴灞炴�х被鍨� + * @param btmName 涓氬姟绫诲瀷鍚嶇О + * @return 灞炴�х殑淇℃伅 + */ + List<OsBtmTypeAttributeVO> getBizTypeQTDs(String btmName) throws PLException, ParseException; } -- Gitblit v1.9.3