xuhy
2024-10-31 c5224303fbe084e9a2d9b2e34fd4f7ec806d3f91
ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleService.java
@@ -116,4 +116,11 @@
     * @return
     */
    List<GoodsProfitVO> profitDetailsExport(ProfitDetailsQuery query);
    /**
     * 删除销售数据
     * @param shopId
     */
    void deleteByShopId(Long shopId);
}