xiaoyong931011
2023-05-31 9b37a59c8130e82ec59c2414965dcf4aa460f0b2
src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java
@@ -31,4 +31,6 @@
    IPage<AdminSystemProfitFlowListVo> selectSystemProfitFlowListInPage(@Param("record")DappSystemProfit dappSystemProfit, Page<AdminSystemProfitFlowListVo> page);
    List<DappSystemProfit> selectDappSysstemProfitByState(@Param("state")int stateIn);
    DappSystemProfit selectByMemberId(@Param("memberId")Long memberId);
}