KKSU
2025-04-08 1764dd21b6bf90b97542acc66c8d2e29d71e37a2
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);
}