admin验证

This commit is contained in:
2025-07-18 16:38:40 +08:00
parent f54595466a
commit b3df268964
6 changed files with 38 additions and 2 deletions

View File

@@ -25,4 +25,6 @@ public interface AdminUserMapper {
int updatePassword(UpdatePasswordReqVO updatePasswordReqVO);
String getPasswordByAccount(@Param("id")String id);
LoginEntity getById(Long id);
}