zouyu
2026-01-21 1f4f0cb71bff976cee6e30534605371754575b91
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);
}