KKSU
2024-02-23 b113b572ac01c1a799e3b87d5307f34a93b88df8
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -39,4 +39,26 @@
     * 店补/董事
     */
    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);
}