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; }