Administrator
2025-05-22 f4297e7b0fbe68c528a4a16ecff3edcdb0cb8ba3
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);
}