zouyu
8 天以前 b333211261231c5dfdcaddaed6c1318834f0a8b8
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);
}