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