Administrator
2025-07-10 1bd4ff2dea7dde4592c31f6911255c9d28d45f87
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);
}