wangting
2024-10-30 d92e70785122a4505396d4b67e66e378f7a51b7d
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;
}