aix
2024-08-06 440e415ca42276eb5f0aff562bf8c73ff8ab2c71
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> {
}