feiyu02
2022-07-28 e844ef2fdab88508e7dff4bb9e7b1632fcce15b2
1
2
3
4
5
6
7
8
package cn.flightfeather.supervision.domain.ds1.mapper
 
import cn.flightfeather.supervision.domain.ds1.entity.SceneWharf
import cn.flightfeather.supervision.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface SceneWharfMapper : MyMapper<SceneWharf>