KKSU
2025-01-17 549348fca2c023c5c8481d805d4b1d3e1a548609
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);
}