xiangpei
2025-07-03 ed750a460d9e4394a2a79d50fdb02c0871e19b8a
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> {
 
}