src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -1,5 +1,7 @@ package cc.mrbird.febs.mall.service; import java.util.Date; /** * @author wzy * @date 2022-05-10 @@ -9,10 +11,25 @@ /** * 静态分红 */ void staticProfit(); void staticProfit(Date date); /** * 动态分红 */ void dynamicProfit(Long orderId); void directProfit(Long orderId); void dynamicProfit(Long orderId, Integer isNormal); /** * 代理分红 */ void agentProfit(); void scorePool(); void selaHalfVoucher(String price); void allInternetProfit(); }