jiaosong
2023-10-25 cc3bbf14c5fde619c23e5502c8583889e94deacc
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);
}