KKSU
2024-06-22 d5bdc5f5f9da677fc4ae93278a9d6f37e47e026b
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -26,5 +26,7 @@
    BigDecimal selectProfitAmountByMemberId(@Param("memberId") Long memberId);
    BigDecimal selectSumAmountByMemberIdAndType(@Param("memberId") Long memberId, @Param("type") Integer type);
    DappFundFlowEntity selectNewestFundFlow(@Param("memberId") Long memberId, @Param("type") Integer type);
}