package com.lyms.talkonlineweb.mapper;
import com.lyms.talkonlineweb.domain.LymsChatroom;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Entity com.lyms.talkonlineweb.domain.LymsChatroom
*/
public interface LymsChatroomMapper extends BaseMapper<LymsChatroom> {
}