xuhy
2024-10-31 11a5e71b3e664cc96e292150dbf6beeba40b4282
ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderMealService.java
@@ -139,4 +139,10 @@
     * @return
     */
    List<GoodsProfitVO> profitDetailsExport(ProfitDetailsQuery query);
    /**
     * 删除
     * @param shopId
     */
    void deleteByShopId(Long shopId);
}