계정 추가 및 개인 권한 설정 기능 추가

This commit is contained in:
Suh
2024-01-15 10:27:55 +09:00
parent 3307564595
commit 14e3b8b513
15 changed files with 465 additions and 26 deletions

View File

@@ -25,4 +25,8 @@ public interface AccountMapper {
List<DepartmentDto> selectDeptAll(Map<String, Object> m);
List<PositionDto> selectPosAll(Map<String, Object> m);
int resetPassword(AccountDto dto);
}