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