src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -18,25 +18,18 @@ */ void dynamicProfit(Long orderId); void directProfit(Long orderId); void dynamicProfit(Long orderId, Integer isNormal); /** * 代理分红 */ void agentProfit(Date date); void agentProfit(); /** * 排名分红 */ void rankProfit(); void scorePool(); /** * 感恩奖 */ void thankfulProfit(Date profitDate); void selaHalfVoucher(String price); /** * 店补/董事 */ void storeAndDirectorProfit(Date profitDate); void allInternetProfit(); }