This commit is contained in:
Suh
2024-01-16 12:04:48 +09:00
parent f21300a991
commit 88806ccde6
5 changed files with 95 additions and 10 deletions

View File

@@ -31,4 +31,6 @@ public interface AccountMapper {
int delete(AccountDto dto);
AccountDto selectByLogin(AccountDto dto);
int count(Map<String, Object> m);
}