Administrator
2025-05-12 8f14b9ec0015bdf96c7e7fa8aaa53195db5442ea
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);
}