KKSU
2024-11-18 16c771f45be5915143528a1fbba7136460f219d7
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);
}