rain
2024-03-27 6322f4c190dc9b41572e59e671dd3ecc005253b9
1
2
3
4
5
6
7
8
9
10
11
package com.dji.sample.patches.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.patches.model.entity.LotInfo;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface ShpToDataSourceMapper extends BaseMapper<LotInfo> {
 
 
}