KKSU
2025-01-08 89384e54b9a4e5f7fc22a24c5d2ca2650549c297
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);
}