| | |
| | | * 查询模板的列表添加了字段的相关属性 |
| | | * @param btmName 类型 |
| | | * @param linkFlag 是否链接类型 :true 链接类型 ,false 业务类型 |
| | | * @param direction 正反方向 |
| | | * @return 查询模板的列表 |
| | | */ |
| | | @GetMapping("/queryTemplateListByAttr") |
| | |
| | | * @return |
| | | */ |
| | | @PostMapping("/expBtmQTTemplate") |
| | | public void expBtmQTTemplate(@RequestBody List<String> names,HttpServletResponse response) throws PLException, IOException { |
| | | quereyTemplateServiceI.expBtmQTTemplate(names, response); |
| | | public void expBtmQTTemplate(List<String> qtNames,HttpServletResponse response) throws PLException, IOException { |
| | | quereyTemplateServiceI.expBtmQTTemplate(qtNames, response); |
| | | } |
| | | |
| | | /** |