#
Junjie
4 天以前 aeb124afcef69c8e43230bc0b31cee0616a5d9c9
src/main/java/com/zy/system/service/UserService.java
@@ -5,7 +5,9 @@
public interface UserService extends IService<User> {
    User getByMobileWithMfa(String mobile);
    User getByMobileWithSecurity(String mobile);
    User getByIdWithMfa(Long id);
    User getByIdWithSecurity(Long id);
    User getByPasskeyCredentialId(String credentialId);
}