luodangjia
2025-02-08 8f14fc4a15dee08e7ef1d74621b9e5e27a1fca59
1
2
3
4
5
6
7
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.Region;
 
public interface RegionMapper extends BaseMapper<Region> {
}