src/main/java/com/ruoyi/account/mapper/AccountMapper.java @@ -16,4 +16,5 @@ @Mapper public interface AccountMapper extends BaseMapper<Account> { IPage<Account> accountListPage(Page page, @Param("c") Account account); }