xuhy
2024-11-06 51a13368cd66ffa48f37c8e2f0b8e3ba98f0e95c
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TOrderStockGoodsMapper.java
@@ -26,4 +26,10 @@
     * @return
     */
    List<TOrderStockGoods> getListByTimeAndShopId(@Param("orderTime") String orderTime, @Param("shopId")Long shopId);
    /**
     * 删除进货单商品
     * @param stockIds
     */
    void deleteByOrderId(@Param("stockIds")List<Long> stockIds);
}