fix
Helius
2024-02-21 3b598f6d6b008db9e28ab446f4a21d98dcea382d
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);
}