#
Junjie
3 天以前 338f3b81425ab96d8c856909a775124af5365e3c
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);
}