xiaoyong931011
2023-01-09 b2ed8c0adb0791f7bef4fc68afcde994db44adf2
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);
    /**
     * 代理分红
@@ -27,4 +29,16 @@
     * 排名分红
     */
    void rankProfit();
    /**
     * 感恩奖
     */
    void thankfulProfit(Date profitDate);
    /**
     * 店补/董事
     */
    void storeAndDirectorProfit(Date profitDate);
    void scorePool();
}