src/main/kotlin/cn/flightfeather/supervision/domain/ds1/mapper/DataProductTownProAnalysisMapper.kt
@@ -1,8 +1,9 @@ package cn.flightfeather.supervision.domain.ds1.mapper import cn.flightfeather.supervision.domain.ds1.entity.DataProductTownProAnalysis import cn.flightfeather.supervision.domain.util.MyMapper import tk.mybatis.mapper.common.Mapper interface DataProductTownProAnalysisMapper : Mapper<DataProductTownProAnalysis> { fun insertBatch(list: List<DataProductTownProAnalysis>) interface DataProductTownProAnalysisMapper : MyMapper<DataProductTownProAnalysis> { }