xuhy
2024-10-31 0ea54edfb4d2ad45b50529247fd1d8caef053c07
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);
}