Administrator
2025-04-30 55e47b2e1a6b414fb2d50e952832b44d972ae2ab
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -11,7 +11,7 @@
    /**
     * 静态分红
     */
    void staticProfit();
    void staticProfit(Date date);
    /**
     * 动态分红
@@ -33,10 +33,12 @@
    /**
     * 感恩奖
     */
    void thankfulProfit();
    void thankfulProfit(Date profitDate);
    /**
     * 店补/董事
     */
    void storeAndDirectorProfit(Date profitDate);
    void getOrderCoupon(Long orderId);
}