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