riku
2022-06-28 a927f1a55fc96bbe3e2c63f3d5fd250fc4961055
1
2
3
4
5
6
7
8
package cn.flightfeather.supervision.domain.mapper
 
import cn.flightfeather.supervision.domain.entity.HWFile
import cn.flightfeather.supervision.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface HWFileMapper : MyMapper<HWFile?>