fix
Hentua
2023-04-25 6c98fa6643e00e6a31b87d58184b6470f990e76f
src/main/java/cc/mrbird/febs/mall/service/IMemberProfitService.java
@@ -8,16 +8,6 @@
 **/
public interface IMemberProfitService {
    /**
     * 静态分红
     */
    void staticProfit(Date date);
    /**
     * 动态分红
     */
    void dynamicProfit(Long orderId);
    void directProfit(Long orderId);
    void dynamicProfit(Long orderId, Integer isNormal);
@@ -25,9 +15,9 @@
    /**
     * 代理分红
     */
    void agentProfit();
    void agentProfit(Integer type);
    void scorePool();
    void allInternetProfit();
    void selaHalfVoucher(String price);
    void orderBonus(Long orderId);
}