KKSU
2023-12-07 4196b93e01b92cded16ffa7a634b0ac30a9b2c6b
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -11,7 +11,7 @@
    /**
     * 静态分红
     */
    void staticProfit();
    void staticProfit(Date date);
    /**
     * 动态分红
@@ -33,10 +33,32 @@
    /**
     * 感恩奖
     */
    void thankfulProfit();
    void thankfulProfit(Date profitDate);
    /**
     * 店补/董事
     */
    void storeAndDirectorProfit(Date profitDate);
    void scorePool();
    void agentPerkJob(Date profitDate);
    void offLinePerkJob(Date profitDate);
    void teamEqualsPerkJob(Date profitDate);
    void mqPerkRetryJob();
    void scoreRecordReleaseJob();
    void achieveReleaseJob();
    void selaHalfVoucher(String price);
    void fcmNFTExchangeMsg(String cnt);
    void fcmOrderSellInsureMsg(Long sellRecordId);
    void fcmOrderBuyCancelMsg(Long buyRecordId);
}