Authored by caoyan

二手

package com.yoho.product.dal;
<<<<<<< HEAD
import java.util.List;
import org.apache.ibatis.annotations.Param;
... ... @@ -16,15 +15,5 @@ public interface SecondhandInfoMapper {
List<SecondhandInfo> selectByCondition(@Param("secondhandReq") SecondhandReq req);
=======
import com.yoho.product.model.SecondhandInfo;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface SecondhandInfoMapper {
List<SecondhandInfo> selectBySkups(@Param("skupList")List<Integer> skupList);
>>>>>>> 7d8bc67a093e2c7c112fa8f0b7e6b318eaa182ce
}
\ No newline at end of file
... ...