peng
2025-11-27 a21e8d474d3a7a1cb897e69882bf6a563a611184
framework/src/main/java/cn/lili/modules/lmk/mapper/ActionRecordMapper.java
@@ -43,5 +43,7 @@
    Page<StayActionRecordVO> userStayList(@Param("page") IPage<StayActionRecordVO> page, @Param("req") StayActionRecordQuery param);
    Page<ActionRecord> userStayListRecord(@Param("page") IPage<ActionRecord> page, @Param("req") StayActionRecordQuery param);
    Page<ShareActionRecordVO> userShare(@Param("page") IPage<ShareActionRecordVO> page, @Param("req") StayActionRecordQuery param);
}