ludc
2024-07-31 fe02c17b263405059837da6e3e5f7a353df58e99
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsAttributeServiceI.java
@@ -150,9 +150,10 @@
    * 导出选中的属性
    * @param exportFileName 导出的文件名
    * @param attrNames 需要导出的属性名称
    * @param flag 控制导出的列名是否和导入模板一致
    * @return
    */
   String exportAttributes(String exportFileName,String attrNames) throws PLException;
   String exportAttributes(String exportFileName,String attrNames,boolean flag/*控制导出的列名是否和导入模板一致*/) throws PLException;
   /**
    * 下载属性导入模板