riku
2021-12-02 a5d3f60ae4aa27744b47fcc3107be8005c3da910
1
2
3
4
5
6
7
8
package com.flightfeather.uav.domain.mapper
 
import com.flightfeather.uav.domain.MyMapper
import com.flightfeather.uav.domain.entity.CompanyDevice
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface CompanyDeviceMapper : MyMapper<CompanyDevice>