Administrator
2026-06-16 0678aa42e7e7381bb6872ce2a7d9e06f9c3acc71
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);
}