InspectMapper.java 163 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 package vion.mapper; import com.github.yulichang.base.MPJBaseMapper; import vion.model.Inspect; public interface InspectMapper extends MPJBaseMapper<Inspect> { }