UfoGoodsImagesMapper.java
415 Bytes
package com.yoho.search.dal;
import com.yoho.search.dal.model.ufo_product.GoodsImages;
import java.util.List;
public interface UfoGoodsImagesMapper {
int deleteByPrimaryKey(Integer id);
int insertSelective(GoodsImages record);
GoodsImages selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(GoodsImages record);
List<GoodsImages> selectByProductIdList(List<Integer> idList);
}