| | |
| | | import cc.mrbird.febs.common.entity.FebsResponse; |
| | | import cc.mrbird.febs.common.entity.QueryRequest; |
| | | import cc.mrbird.febs.dapp.dto.*; |
| | | import cc.mrbird.febs.dapp.entity.DappMemberEntity; |
| | | import cc.mrbird.febs.dapp.entity.DappSystemProfit; |
| | | import cc.mrbird.febs.dapp.entity.DappTransferRecordEntity; |
| | | import cc.mrbird.febs.dapp.entity.*; |
| | | import cc.mrbird.febs.dapp.soccer.entity.SoccerLeagues; |
| | | import cc.mrbird.febs.dapp.vo.*; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | void cancelOrder(Long id); |
| | | |
| | | void payOrder(Long id); |
| | | |
| | | FebsResponse packageInfo(); |
| | | |
| | | FebsResponse salePackage(SalePackageDto salePackageDto); |
| | | |
| | | FebsResponse updateSystemPay(MallSystemPayDto mallSystemPayDto); |
| | | |
| | | IPage<MemberMoneyFlowVo> memberMoneyFlow(QueryRequest request, DappMemberEntity dappMemberEntity); |
| | | |
| | | void delOrder(Long id); |
| | | |
| | | void createAddress(CreateAddressDto createAddressDto); |
| | | |
| | | void delAddress(Long id); |
| | | |
| | | IPage<MallAddressInfo> findAddressList(MallGoodsQueryDto queryDto); |
| | | |
| | | MallAddressInfo addressDetails(Long id); |
| | | |
| | | void updateAddress(CreateAddressDto createAddressDto); |
| | | |
| | | List<MallGoodsCategory> categoryList(); |
| | | |
| | | FebsResponse balanceSystem(); |
| | | |
| | | IPage<MallAddressInfo> shopAddressList(MallGoodsQueryDto queryDto); |
| | | |
| | | FebsResponse findAllBanner(); |
| | | |
| | | void setDefaultAddress(Long id); |
| | | |
| | | void confirmOrder(Long id); |
| | | |
| | | MallAddressInfo findAddress(); |
| | | |
| | | List<PackageRecordVo> packageRecord(PackageRecordDto packageRecordDto); |
| | | |
| | | List<AKLineLimitVo> packageKline(); |
| | | |
| | | FebsResponse changeAbleYes(Long id); |
| | | |
| | | FebsResponse changeAbleNo(Long id); |
| | | |
| | | IPage<SoccerLeagues> selectSoccerLeaguesInPage(SoccerLeagues soccerLeagues, QueryRequest request); |
| | | } |