BasePinRatioMapper.java 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 package com.yoho.search.dal; import com.yoho.search.dal.model.BasePinRatio; import java.util.List; /** * Created by wangnan on 2016/6/30. */ public interface BasePinRatioMapper { List<BasePinRatio> getBasePinRatio(List<Integer> skns); }