Junjie
2026-04-13 3e28500e76ffd71b7da90f40d1f3126c00a0e5f0
src/main/java/com/zy/system/service/UserService.java
@@ -5,4 +5,9 @@
public interface UserService extends IService<User> {
    User getByMobileWithSecurity(String mobile);
    User getByIdWithSecurity(Long id);
    User getByPasskeyCredentialId(String credentialId);
}