init
This commit is contained in:
@@ -10,5 +10,9 @@ import com.ruoyi.cai.domain.CaiUserCount;
|
||||
* @date 2023-12-24
|
||||
*/
|
||||
public interface CaiUserCountService extends IService<CaiUserCount> {
|
||||
|
||||
void star(Long fromUserId,Long toUserId);
|
||||
void unStar(Long fromUserId,Long toUserId);
|
||||
void visitor(Long fromUserId,Long toUserId);
|
||||
void reset(Long userId);
|
||||
void resetAsync(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user