package com.flightfeather.uav.domain.mapper
|
|
import com.flightfeather.uav.domain.MyMapper
|
import com.flightfeather.uav.domain.entity.ThresholdValue
|
import org.apache.ibatis.annotations.Mapper
|
|
@Mapper
|
interface ThresholdValueMapper : MyMapper<ThresholdValue>
|