xuhy
2024-12-02 8ae8190ed6bb9fef783387ffd3f4ad95ef5c222d
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);
}