MrShi
2023-10-31 e9af167156ca9d1b404a76ab0fc8c82c26fe6a11
server/services/src/main/java/com/doumee/service/business/ActionLogService.java
@@ -94,4 +94,6 @@
     * @return long
     */
    long count(ActionLog actionLog);
    PageData<ActionLog>  findRidePae(PageWrap<ActionLog> pageWrap);
}