| | |
| | | import com.mzl.flower.dto.response.wallet.WalletReduceVO; |
| | | import com.mzl.flower.entity.wallet.WalletDO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | |
| | | List<WalletReduceVO> getPage(Page page,@Param("dto") QueryWalletReduceDTO dto); |
| | | |
| | | BigDecimal getCheckReduceAmount(@Param("dto") QueryWalletAmountDTO queryWalletAmountDTO); |
| | | BigDecimal getCheckLackReplaceAmount(@Param("dto") QueryWalletAmountDTO queryWalletAmountDTO); |
| | | |
| | | BigDecimal getSaleReduceAmount(@Param("dto")QueryWalletAmountDTO queryWalletAmountDTO); |
| | | |
| | | BigDecimal getStationFeeAmount(@Param("dto") QueryWalletAmountDTO queryWalletAmountDTO); |
| | | |
| | | BigDecimal getCheckReduceAmount(@Param("dto") QueryWalletAmountDTO queryWalletAmountDTO); |
| | | } |