KKSU
2024-05-30 ffb38bc2a78e67e56bfb5bf028a1567204ea59eb
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);
}