Administrator
2025-07-21 0b80f415c2ab98d545f246d2c8adb4c40c0f55d6
src/main/java/cc/mrbird/febs/vip/service/IVipCommonService.java
@@ -3,4 +3,9 @@
public interface IVipCommonService {
    void getScore(Long orderId);
    void levelUp(Long orderId);
    void saleLevelUp(Long orderId);
}