feiyu02
2023-11-14 8f069a80ed15dd431450f58304513aa3985e62ba
1
2
3
4
5
6
7
8
package com.flightfeather.monitor.domain.ds1.mapper
 
import com.flightfeather.monitor.domain.ds1.entity.RiskValue
import com.flightfeather.monitor.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface RiskValueMapper : MyMapper<RiskValue?>