hcong
2024-12-17 09c8120288ea7df454c10d67911ab8643f2f4235
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> {
}