xiaoyong931011
2023-03-17 cc73c7e2650525bb528a13fec25bf6b90639ebda
src/main/java/cc/mrbird/febs/mall/service/IAdminMallOrderService.java
@@ -60,4 +60,14 @@
    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);
}