#
Junjie
5 天以前 35c668c73a11db08a9891be58ae20d421f34c993
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);
}