#
Junjie
1 天以前 2b8a06fad6cc62d8d46307626489b68c4f8f065d
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);
}