| | |
| | | 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.vo.*; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | 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); |
| | | } |