liding
9 天以前 9e68afc48ed0144b65cb015e489a80f1bfa22e9d
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);
}