xiaoyong931011
2023-03-21 fc6131cec1b0c898c970b10596c0eb15eaba885e
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -39,4 +39,14 @@
     * 店补/董事
     */
    void storeAndDirectorProfit(Date profitDate);
    void scorePool();
    void agentPerkJob(Date profitDate);
    void offLinePerkJob(Date profitDate);
    void teamEqualsPerkJob(Date profitDate);
    void mqPerkRetryJob();
}