zss
9 天以前 4e276e66c8ab3e62b49d46b80d0605482b91b982
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);
}