ProductMapper.java 168 Bytes
package vion.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import vion.model.Product;
public interface ProductMapper extends BaseMapper<Product> {
}