wangting
2025-01-14 fbbd60a85c9e9b2e6f34332fe7b72c262abfe380
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;
}