xuhy
2024-10-31 cb381536d1a18156078591f06558fe20872565c4
ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderStockGoodsService.java
@@ -27,4 +27,9 @@
     */
    List<TOrderStockGoods> getListByTimeAndShopId(String orderTime, Long shopId);
    /**
     * 删除
     * @param stockIds
     */
    void deleteByOrderId(List<Long> stockIds);
}