KKSU
2024-05-15 d35d562b6e743f4eff9480f7a1ecbee890deb438
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);
}