仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
整合代码&&完善业务类型查询模板bug&&添加菜单动态选择icon图标&&添加font图标库
田源
2024-10-31
703455ff2bcb62b762e818c20986f178fe79bc24
[PLTWEB.git]
/
Source
/
Client
/
PLTClient
/
src
/
com
/
vci
/
client
/
omd
/
btm
/
toOutside
/
InterBtm.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.vci.client.omd.btm.toOutside;
import java.util.List;
public interface InterBtm {
/**
* 获取使用该业务类型的链接类型名
* @param btmName
* @return
*/
public List<String> getUsedNameList(String btmName);
}