package org.ruoyi.system.mapper; import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus; /** * 聊天消息Mapper接口 * * @author Lion Li * @date 2023-11-26 */ public interface ChatTokenMapper extends BaseMapperPlus { }