Administrator
2025-07-21 0b80f415c2ab98d545f246d2c8adb4c40c0f55d6
src/main/java/cc/mrbird/febs/vip/service/IVipCommonService.java
@@ -5,4 +5,7 @@
    void getScore(Long orderId);
    void levelUp(Long orderId);
    void saleLevelUp(Long orderId);
}