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