| | |
| | | import cc.mrbird.febs.common.entity.FebsResponse; |
| | | import cc.mrbird.febs.common.entity.QueryRequest; |
| | | import cc.mrbird.febs.mall.dto.*; |
| | | import cc.mrbird.febs.mall.entity.MallMember; |
| | | import cc.mrbird.febs.mall.entity.MallOrderInfo; |
| | | import cc.mrbird.febs.mall.entity.MallOrderRefund; |
| | | import cc.mrbird.febs.mall.vo.*; |
| | |
| | | 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> orderMoneyFlow(QueryRequest request, MallOrderInfo mallOrderInfo); |
| | | } |