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