IGoodService

public interface IGoodService {

    /**
     * 根据id列表查询商品列表
     *
     * @param idList
     * @return
     */
    List<Good> getListByIdList(Set<Long> idList);
}

 

posted @ 2021-12-07 20:00  白芷100  阅读(16)  评论(0)    收藏  举报