luodangjia
2024-12-13 4a308b479f02c1b808fcbf3be23a9f2935fdc807
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/VipSettingService.java
@@ -14,4 +14,6 @@
public interface VipSettingService extends IService<VipSetting> {
    VipSetting getVipSettingByUserId(Long userId);
    void downUsers();
}