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