#
Junjie
4 天以前 070dd3ec9ad599e9c668351ce3d0bd78b54f9745
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);
}