phpcjl
2024-12-13 4ec9fa4f2f0cb0275ceeec6dffc5ebee6d31b6e0
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();
}