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