| | |
| | | package cc.mrbird.febs.mall.mapper; |
| | | |
| | | import cc.mrbird.febs.mall.dto.AdminRoleReleaseDto; |
| | | import cc.mrbird.febs.mall.dto.MoneyChargeListDto; |
| | | import cc.mrbird.febs.mall.dto.MoneyFlowDto; |
| | | import cc.mrbird.febs.mall.dto.MoneyFlowListDto; |
| | |
| | | void updateRemarkAndIsReturnById(@Param("remark")String remarkNum, @Param("id")Long id); |
| | | |
| | | MallMoneyFlow selectByOrderNoAndMemberId(@Param("orderNo")String orderNo, @Param("memberId")Long memberId, @Param("isReturn")int isReturn); |
| | | |
| | | List<ChargeListExportVo> selectChargeListForExcel(@Param("record") MoneyChargeListDto moneyChargeListDto); |
| | | } |