admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
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);
}