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