ruoyi-modules-api/ruoyi-system-api/src/main/java/org/ruoyi/system/mapper/ChatConfigMapper.java
@@ -1,15 +1,16 @@ package org.ruoyi.system.mapper; import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus; import org.ruoyi.system.domain.ChatConfig; import org.ruoyi.system.domain.vo.ChatConfigVo; /** * 对话配置信息 Mapper接口 * 配置信息Mapper接口 * * @author Lion Li * @date 2024-04-13 * @author ageerle * @date 2025-04-08 */ public interface ChatConfigMapper extends BaseMapperPlus<ChatConfig, ChatConfigVo> { }