suerprisePlus
2024-09-23 e7c3276f2f5091fe8626af61ba5d7b41b2a1f2df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.yb.dao;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yb.entity.GisOsmPoisFree1Entity;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * ${comments}
 * 
 * @author yw
 * @email leutu@qq.com
 * @date 2024-09-03 17:26:02
 */
@Mapper
public interface GisOsmPoisFree1Dao extends BaseMapper<GisOsmPoisFree1Entity> {
    
}