zouyu
9 天以前 c81008c462d2dff5689a942cfb9adaf58b257c56
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);
}