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