tj
2025-04-01 16c60b7e3b834b05599882ab1ffe99ec78664762
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.mzl.flower.mapper.district;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mzl.flower.entity.district.DistrictDO;
import com.mzl.flower.entity.district.DistrictTengxunDO;
 
/**
 * <p>
 * 对接高德地图行政区划 Mapper 接口
 * </p>
 *
 * @author @TaoJie
 * @since 2024-12-19
 */
public interface DistrictTengxunMapper extends BaseMapper<DistrictTengxunDO> {
 
}