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和lable * @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;