peng
2025-06-14 59e297cc9d51ef9c6df0dac71664bf1b492fc941
1
2
3
4
5
6
7
8
9
10
11
12
package cn.lili.modules.im.mapper;
 
import cn.lili.modules.im.entity.dos.ImTalk;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 聊天 Dao层
 * @author Chopper
 */
public interface ImTalkMapper extends BaseMapper<ImTalk> {
 
}