KKSU
2024-06-03 e2fa11b0aa994d1c62ff8ae1014986067d1228be
src/main/java/cc/mrbird/febs/vip/service/IVipCommonService.java
@@ -3,4 +3,6 @@
public interface IVipCommonService {
    void getScore(Long orderId);
    void levelUp(Long orderId);
}