src/main/java/com/moral/service/AccountService.java
@@ -1,5 +1,6 @@ package com.moral.service; import java.util.List; import java.util.Map; import com.moral.common.bean.PageBean; @@ -17,4 +18,8 @@ Integer saveOrUpdateAccount(Account account); Integer deleteAccountsByLogic(List<Integer> ids); Integer getAccountCountByAccountName(String accountName); }