xiaoyong931011
2022-08-29 e40f42c6a8b293a2a1656a5ac70d2c50359b9d36
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.service;
 
public interface IAgentService {
 
    void autoUpAgentLevel(Long memberId);
 
    void returnMoneyToAgent(Long orderId);
 
    void rankReturnMoney(Long orderId);
}