| | |
| | | * names 查询模板名 |
| | | * @return |
| | | */ |
| | | void expLinkTemplate(List<String> names, HttpServletResponse response) throws PLException, IOException ; |
| | | void expLinkTemplate(String names, HttpServletResponse response) throws PLException, IOException ; |
| | | /** |
| | | * 导入链接类型查询模板 |
| | | * @param file 上传的文件 |
| | |
| | | * names 查询模板名 |
| | | * @return |
| | | */ |
| | | void expBtmQTTemplate(List<String> names, HttpServletResponse response) throws PLException,IOException ; |
| | | String expBtmQTTemplate(String qtNames) throws PLException,IOException ; |
| | | |
| | | /** |
| | | * 查询条件下的选择查询模板对话框(查询全部模板和所对应的业务类型或链接类型名) |