fix
Hentua
2023-04-23 c690f01658a81a8b843fbacd9405e83d83c9aee3
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);
@@ -26,10 +16,6 @@
     * 代理分红
     */
    void agentProfit();
    void scorePool();
    void selaHalfVoucher(String price);
    void allInternetProfit();
}