zouyu
2026-01-30 4f46c55b57ad10d7ce6bab952ecd7a4cbdbd3bbd
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);
}