#
Junjie
昨天 bd6b518aae61608ddc2d82b43ccc283dc95b9c54
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);
}