KKSU
2024-07-01 a3f7b661a1b7d2d4b48ae5144041b916cd40e6d4
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -1,5 +1,8 @@
package cc.mrbird.febs.mall.service;
import cc.mrbird.febs.mall.entity.MallMember;
import java.math.BigDecimal;
import java.util.Date;
/**
@@ -41,4 +44,25 @@
    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);
}