Administrator
2025-08-01 762dbbbaaf139c0dd6ace23f9d80f2fca421be62
src/main/java/cc/mrbird/febs/vip/service/IVipCommonService.java
@@ -5,4 +5,7 @@
    void getScore(Long orderId);
    void levelUp(Long orderId);
    void saleLevelUp(Long orderId);
}