Administrator
2025-10-30 3d3fa2c75ac3ed9439b94ae2bdd034403839af34
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);
}