blob: e408e6cc590421aeb5456ef7fcf1a56689a7bd37 [file] [log] [blame]
夜雨声烦35c9da92025-05-20 00:12:48 +08001package com.example.g8backend.service;
2
3import com.example.g8backend.dto.ApiResponse;
4
5public interface ISigningService {
6 boolean signIn(Long userId);
7}