package com.kwan.shuyu.service; /** * 用户接口 * * @author : qinyingjie * @version : 2.2.0 * @date : 2023/5/18 11:21 */ public interface UserService { int getCount();//获取当前网站在线人数 }