ProductMapper.java 163 Bytes
package vion.mapper;

import com.github.yulichang.base.MPJBaseMapper;
import vion.model.Product;
public interface ProductMapper extends MPJBaseMapper<Product> {
}