xuhy
2024-11-09 1698bb0198e266f5ea38abad831c926d0ed28343
ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleGoodsService.java
@@ -23,4 +23,10 @@
     * @return
     */
    BigDecimal costTotal(List<Long> ids);
    /**
     * 删除
     * @param saleIds
     */
    void deleteByOrderId(List<Long> saleIds);
}