InspectMapper.java 168 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 package vion.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import vion.model.Inspect; public interface InspectMapper extends BaseMapper<Inspect> { }