feiyu02
2022-11-15 027bf7da7a012fa36f8835b2419c74da8b2f1c28
1
2
3
4
5
6
7
8
9
package cn.flightfeather.supervision.domain.mapper
 
import cn.flightfeather.supervision.domain.entity.Version
import cn.flightfeather.supervision.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface VersionMapper:MyMapper<Version> {
}