Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/LogBasicServiceI.java
@@ -44,6 +44,11 @@ */ BaseResult getOperatingUsers() throws PLException; /** * 导出日志 * @param dto 导出的文件名 * @return */ String exportLogs(LogQueryCriteriaDTO dto) throws PLException; }