KKSU
2025-02-05 0305e98e381582c66e9b929918cf5bb46989a3c5
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);
}