xiaoyong931011
2023-08-14 657d6ca995fade9e0f23002c54263f1c972a254f
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);
}