package com.dsh.other.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.dsh.other.entity.Region; import com.dsh.other.mapper.RegionMapper; import com.dsh.other.service.IRegionService; import org.springframework.stereotype.Service; @Service public class RegionServiceImpl extends ServiceImpl implements IRegionService { }