admin
2020-04-13 dd5b15229cb15459fa7c31ccea77dac28cbfafbd
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/CommonOrderGoodsMapper.java
@@ -37,5 +37,16 @@
    * @return
    */
   List<CommonOrderGoods> listNoTitle(@Param("start") long start, @Param("count") int count);
   /**
    * 根据ID列表查询
    * @Title: listByByPrimaryKeys
    * @Description:
    * @param ids
    * @return
    * List<CommonOrderGoods> 返回类型
    * @throws
    */
   List<CommonOrderGoods> listByByPrimaryKeys(@Param("ids") List<Long> ids);
}