2026-05-25 0c23c1e9b9e06ffc570edac28ee45555b772b99c
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);
}