2026-05-25 1b77c2724e38d087f3eab4a2f27b3b165f4265dc
src/main/java/com/ruoyi/account/service/AccountService.java
@@ -13,4 +13,5 @@
public interface AccountService extends IService<Account> {
    IPage<Account> accountListPage(Page page, Account account);
}