KKSU
2025-02-06 9b3beb269d7c0d54396d0f345de08fb32aada27f
src/main/java/cc/mrbird/febs/vip/service/IVipCommonService.java
@@ -3,4 +3,6 @@
public interface IVipCommonService {
    void getScore(Long orderId);
    void levelUp(Long orderId);
}