| | |
| | | import cc.mrbird.febs.mall.entity.MallMember; |
| | | import cc.mrbird.febs.mall.entity.MallMemberPayment; |
| | | import cc.mrbird.febs.mall.entity.MallShopApply; |
| | | import cc.mrbird.febs.mall.vo.CashOutSettingVo; |
| | | import cc.mrbird.febs.mall.vo.MyCommissionVo; |
| | | import cc.mrbird.febs.mall.vo.MyTeamVo; |
| | | import cc.mrbird.febs.mall.vo.ShopListVo; |
| | | import cc.mrbird.febs.mall.vo.*; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.io.IOException; |
| | |
| | | |
| | | void addMoneyFlow(Long memberId, BigDecimal amount, Integer type, String orderNo, String description, String remark, Long rtMemberId, Integer status, Integer flowType); |
| | | |
| | | void runVipMoneyFlowAdd( |
| | | Long memberId, Long rtMemberId, String orderNo,Integer flowType, Integer type, BigDecimal amount, String description, Integer status); |
| | | |
| | | void transfer(TransferDto transferDto); |
| | | |
| | | void setPayment(MallMemberPayment mallMemberPayment); |
| | | void withdrawal(WithdrawalDto withdrawalDto); |
| | | |
| | | MallMemberPayment findMemberPayment(); |
| | | void commissionChange(CommissionChangeDto commissionChange); |
| | | |
| | | void setPayment(ApiMallMemberPaymentDto mallMemberPayment); |
| | | |
| | | List<MallMemberPayment> findMemberPayment(); |
| | | |
| | | void delPayment(ApiMallMemberPaymentDto mallMemberPayment); |
| | | |
| | | void bindPhone(AccountAndCodeDto accountAndCodeDto); |
| | | |
| | |
| | | FebsResponse bindList(); |
| | | |
| | | FebsResponse bindResult(BindResultDto bindResultDto); |
| | | |
| | | List<ApiChartVo> dayRecord( ApiRecordDto apiRecordDto); |
| | | } |