KKSU
2024-12-31 077c4e365617db3793a212888c9a8bb6f66a19cc
1
2
3
4
5
6
7
8
package cc.mrbird.febs.vip.service;
 
public interface IVipCommonService {
 
    void getScore(Long orderId);
 
    void levelUp(Long orderId);
}