xuhy
2024-12-30 9e416a54d1788563f6e2a8857ad50638bf1b29cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.jilongda.manage.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.jilongda.manage.model.Region;
 
/**
 * <p>
 * 省市区三级联动 Mapper 接口
 * </p>
 *
 * @author 吕雪
 * @since 2019-12-30
 */
public interface RegionMapper extends BaseMapper<Region> {
 
}