feiyu02
2025-10-16 3858c799e10a176d70420c2843ff4459aee7964c
1
2
3
4
5
6
7
8
package cn.flightfeather.supervision.domain.ds1.mapper
 
import cn.flightfeather.supervision.domain.ds1.entity.DataProductFinal
import cn.flightfeather.supervision.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface DataProductFinalMapper : MyMapper<DataProductFinal?>