MrShi
23 小时以前 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943
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);
}