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