| | |
| | | |
| | | List<DappStorage> selectByAmountDesc(@Param("date") Date date,@Param("offset")int offset,@Param("count")int count); |
| | | |
| | | DappStorage selectAmountByAmountDesc(@Param("offset")int offset,@Param("count")int count); |
| | | List<DappStorage> selectSumByAmountDesc(@Param("date") Date date,@Param("offset")int offset,@Param("count")int count); |
| | | |
| | | DappStorage selectAmountByAmountDesc(@Param("memberId")Long memberId,@Param("offset")int offset,@Param("count")int count); |
| | | |
| | | IPage<DappStorage> selectListInPage(@Param("record")DappStorage dappStorage, Page<DappStorage> page); |
| | | |