Administrator
2025-08-20 2d25a2d1770a6ef643df077c8f8bfd350e78d4f7
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);
}