마이페이지 비밀번호 수정기능 추가

This commit is contained in:
Kana
2024-01-24 17:07:19 +09:00
parent 02f31c224e
commit da7a0cf9d5
5 changed files with 23 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ public interface AccountMapper {
int insertToAuthority(AuthorityDto dto);
int update(AccountDto dto);
int updateIncludePassword(AccountDto dto);
AccountDto selectById(AccountDto dto);