Administrator
2025-07-21 726b8cc756ddb3c8fa4f94e09db2b107529c2e5e
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);
}