xiaoyong931011
2023-03-29 5cb35f00b996b09c749c909d54df45bf526645bc
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();
}