xiaoyong931011
2023-01-09 4296d2a687c0168ed70336eefe1d3f0955f4953e
src/main/java/cc/mrbird/febs/mall/service/IAdminMallOrderService.java
@@ -60,4 +60,16 @@
    FebsResponse cancelOrder(Long id);
    AdminMallMemberPaymentVo getMallMemberRefundPayInfoByFlowId(long id);
    IPage<AdminMallGoodsCommentVo> getCommentListInPage(AdminMallGoodsCommentDto adminMallGoodsCommentDto, QueryRequest request);
    FebsResponse showStateSwitchOn(Long id);
    FebsResponse showStateSwitchOff(Long id);
    FebsResponse delOrder(Long id);
    FebsResponse takeGoods(Long id);
    IPage<AdminMallMoneyFlowVo> moneyFlow(QueryRequest request, MallOrderInfo mallOrderInfo);
}