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