xieb
2024-04-08 ff968e2cfb132eb86c70e94e99b9937a8a7b15e9
src/main/java/com/dji/sample/patches/dao/ShpToDataSourceMapper.java
@@ -1,12 +1,11 @@
package com.dji.sample.patches.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.patches.model.entity.PatchesEntity;
import org.apache.ibatis.annotations.Insert;
import com.dji.sample.patches.model.entity.LotInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface ShpToDataSourceMapper extends BaseMapper<PatchesEntity> {
public interface ShpToDataSourceMapper extends BaseMapper<LotInfo> {
}