xiaoyong931011
2023-01-09 b2ed8c0adb0791f7bef4fc68afcde994db44adf2
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);
}