package com.ruoyi.system.service.company.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ruoyi.system.domain.company.AreaInfo; import com.ruoyi.system.mapper.company.AreaInfoMapper; import com.ruoyi.system.service.company.IAreaInfoService; import org.springframework.stereotype.Service; @Service public class AreaInfoServiceImpl extends ServiceImpl implements IAreaInfoService { }