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?>
|