Administrator
2025-05-19 2ae7d73e29010a1f1b43c3b71f6789c16c2c3128
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);
}