init
This commit is contained in:
@@ -10,4 +10,5 @@ import com.ruoyi.xq.domain.UserAuth;
|
||||
* @date 2024-03-04
|
||||
*/
|
||||
public interface UserAuthService extends IService<UserAuth> {
|
||||
UserAuth getByUserId(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user