src/main/java/com/moral/service/AccountService.java @@ -20,4 +20,6 @@ Integer deleteAccountsByLogic(List<Integer> ids); Integer getAccountCountByAccountName(String accountName); }