init
This commit is contained in:
@@ -15,4 +15,6 @@ public interface CaiUserCountService extends IService<CaiUserCount> {
|
||||
void visitor(Long fromUserId,Long toUserId);
|
||||
void reset(Long userId);
|
||||
void resetAsync(Long userId);
|
||||
|
||||
CaiUserCount getByUserId(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user