zouyu
7 天以前 5c58ac36853e09b09498ac2ed75bf5a9e7b80e12
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);
}