xiaoyong931011
2023-08-08 2abf40714b49234e0111389f0651b5c5f7c22029
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);
}