mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-05-10 08:47:04 +00:00
feat: 重构模块
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
package org.ruoyi.mapper;
|
||||
|
||||
|
||||
import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus;
|
||||
import org.ruoyi.domain.ChatConfig;
|
||||
import org.ruoyi.domain.vo.ChatConfigVo;
|
||||
|
||||
/**
|
||||
* 配置信息Mapper接口
|
||||
*
|
||||
* @author ageerle
|
||||
* @date 2025-04-08
|
||||
*/
|
||||
public interface ChatConfigMapper extends BaseMapperPlus<ChatConfig, ChatConfigVo> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user