liding
2026-03-05 b3f5792c1778c919e6f839992b3a112208f9a22c
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);
}