wangting
2024-09-06 09a31541e8aee63ed51e79c0eee32b685c3d753a
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java
@@ -93,7 +93,7 @@
     * names 查询模板名
     * @return
     */
    void expLinkTemplate(List<String> names, HttpServletResponse response) throws PLException, IOException ;
    void expLinkTemplate(String names, HttpServletResponse response) throws PLException, IOException ;
    /**
     * 导入链接类型查询模板
     * @param file 上传的文件
@@ -157,6 +157,7 @@
     * 查询模板的列表添加了字段的相关属性
     * @param btmName 类型
     * @param linkFlag 是否链接类型 :true 链接类型 ,false 业务类型
     * @param direction 正反方向
     * @return 查询模板的列表
     */
    BaseResult queryTemplateListByAttr(String btmName, Boolean linkFlag, String direction) throws PLException;