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