Hentua
2023-04-21 4f0449594ac069d569d477e800ed77de1a339836
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -18,41 +18,18 @@
     */
    void dynamicProfit(Long orderId);
    void directProfit(Long orderId);
    void dynamicProfit(Long orderId, Integer isNormal);
    /**
     * 代理分红
     */
    void agentProfit(Date date);
    /**
     * 排名分红
     */
    void rankProfit();
    /**
     * 感恩奖
     */
    void thankfulProfit(Date profitDate);
    /**
     * 店补/董事
     */
    void storeAndDirectorProfit(Date profitDate);
    void agentProfit();
    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 allInternetProfit();
}