aix
2024-08-08 c19e0d4d1ab47905f7e7f7a334691704f7fed422
src/main/java/com/dji/sample/patches/dao/ShpToDataSourceMapper.java
@@ -1,11 +1,11 @@
package com.dji.sample.patches.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.patches.model.entity.PatchesEntity;
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> {
}