xiangpei
2025-05-13 3655b69f8a8d278603da22fe86d5d4fe5cb64f2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.lili.modules.system.mapper;
 
import cn.lili.modules.system.entity.dos.Region;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 行政地区数据处理层
 *
 * @author Chopper
 * @since 2020/12/8 9:46
 */
public interface RegionMapper extends BaseMapper<Region> {
 
}