#
Junjie
18 小时以前 1116b5a1c3feb85959d9b0b03e1c14693271aa8a
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);
}