Administrator
2025-06-05 0a9a71a81a9d4c3c0df7ddf49e5e2f2d0a10f7de
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);
}