src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -11,12 +11,14 @@ /** * 静态分红 */ void staticProfit(); void staticProfit(Date date); /** * 动态分红 */ void dynamicProfit(Long orderId); void dynamicProfit(Long orderId, Integer isNormal); /** * 代理分红 @@ -31,5 +33,10 @@ /** * 感恩奖 */ void thankfulProfit(); void thankfulProfit(Date profitDate); /** * 店补/董事 */ void storeAndDirectorProfit(Date profitDate); }