KKSU
2024-02-19 f1d6c6051aaa7581cd9880e3e638d96671ccf52c
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);
}